Skip to content

Commit

Permalink
header color fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 25, 2024
1 parent dfb2721 commit a3bf78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
.dark #header.scroll > div:first-child,
#header.scroll.dark > div:first-child {
@apply bg-neutral-900 md:bg-[#030621e6] border-b border-gray-500/20;
@apply bg-neutral-900 md:bg-bg-neutral-900 border-b border-gray-500/20;
box-shadow: none;
}
/* #header.scroll > div:last-child {
Expand Down

0 comments on commit a3bf78f

Please sign in to comment.