Skip to content

Commit

Permalink
trying new style for header and cards
Browse files Browse the repository at this point in the history
  • Loading branch information
YetAnotherJonWilson committed Oct 29, 2023
1 parent 5cc3970 commit 4135670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default async function Home() {

return (
<main>
<header className="bg-primary-500 shadow-lg my-7 mb-10">
<div className="flex text-primary-900">
<header className="bg-primary-900 shadow-lg my-7 mb-10">
<div className="flex text-primary-300">
<span className="flex pl-10 font-extrabold text-8xl tracking-tighter items-end">
Solid
</span>
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ module.exports = {
900: 'HSL(90, 40%, 40%)',
},
accent5: {
700: 'HSL(178, 93%, 21%)',
900: 'HSL(178, 93%, 11%)',
},
},
Expand Down

0 comments on commit 4135670

Please sign in to comment.