Skip to content

Commit

Permalink
Use correct color
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Mar 7, 2024
1 parent b2a53b8 commit 5145c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Credits.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</style>

<div
class="grid gap-0 grid-cols-2 grid-rows-2 h-screen w-screen bg-black text-credits-orange select-none"
class="grid gap-0 grid-cols-2 grid-rows-2 h-screen w-screen bg-black text-credits-yellow select-none"
id="outro"
>
<div class="row-span-2">
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
theme: {
extend: {
colors: {
'credits-orange': '#c79d1d',
'credits-yellow': '#ffb600',
},
},
},
Expand Down

0 comments on commit 5145c14

Please sign in to comment.