1
0
Fork 0

[sites] fix: Navbar background on mobile. See #264

This commit is contained in:
joostdecock 2025-05-03 12:39:06 +02:00
parent a01f300445
commit 41203f8b3f

View file

@ -47,7 +47,7 @@ html[data-theme='dark'] {
--ifm-sidebar-item-spacing: 8px;
/* Navbar Customizations */
--ifm-navbar-background-color: oklch(0.985 0 0);
--ifm-navbar-background-color: oklch(0.205 0 0);
--ifm-navbar-link-color: oklch(0.97 0 0);
--ifm-navbar-link-hover-color: oklch(0.685 0.169 237.323);