Skip to content

Commit

Permalink
update dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
w1lt committed Mar 7, 2024
1 parent 904d251 commit 1bcdb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
@apply bg-page md:bg-white/90 md:backdrop-blur-md;
box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
}
.dark #header.scroll > div:first-child,
#header.scroll.dark > div:first-child {
#header.scroll > div:first-child,
#header.scroll > div:first-child {
@apply bg-page md:bg-[#03062129] border-b border-gray-500/20;
box-shadow: none;
}
Expand Down

0 comments on commit 1bcdb61

Please sign in to comment.