almost finished navbar
TODO: modify dropdown menus
This commit is contained in:
@@ -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%;
|
||||
|
Reference in New Issue
Block a user