almost finished navbar

TODO: modify dropdown menus
This commit is contained in:
2024-04-07 17:23:34 +02:00
parent d5026cfc05
commit fd03b7b9cf
8 changed files with 69 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
}
}
:root[data-theme="dark"] {
:root[data-theme="theme_dark"] {
--color-bkg: 0deg, 0%, 6%;
--color-bkgNavbar: 0deg, 0%, 17%;
--color-content: 240deg, 4%, 91%;
@@ -38,7 +38,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
--color-accent-red: 0deg, 84%, 60%;
}
:root[data-theme="light"] {
:root[data-theme="theme_light"] {
--color-bkg: 0deg, 0%, 94%;
--color-bkgNavbar: 0deg, 0%, 50%;
--color-content: 240deg, 4%, 9%;