Skip to content

Commit

Permalink
🐛 fix(app): add header background for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Jan 18, 2025
1 parent 49d6e25 commit 22956ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Navigation from './Navigation.astro'
---

<header
class='dark:bg-tertiary flex flex-wrap items-center fixed z-20 w-full'
class='bg-white dark:bg-tertiary flex flex-wrap items-center fixed z-20 w-full'
id='header'
>
<Logo background />
Expand Down

0 comments on commit 22956ac

Please sign in to comment.