Skip to content

Commit

Permalink
adapt header color.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 25, 2024
1 parent 2a0575d commit 4894a2d
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-[#171717] border-b border-neutral-900;
@apply bg-neutral-900 md:bg-[#171717ea] border-b border-neutral-900/20;
box-shadow: none;
}
/* #header.scroll > div:last-child {
Expand Down

0 comments on commit 4894a2d

Please sign in to comment.