ADD: Color Now Modifiable for Dark/Light Mode
This commit is contained in:
@@ -20,6 +20,27 @@
|
||||
background: #555;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
:root {
|
||||
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
|
||||
13
frontend/src/assets/styles/sidebar.css
Normal file
13
frontend/src/assets/styles/sidebar.css
Normal file
@@ -0,0 +1,13 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
:root{
|
||||
|
||||
--sideNav-LightBG: white;
|
||||
--sideNav-LightText: black;
|
||||
|
||||
--sideNav-DarkBG: black;
|
||||
--sideNav-DarkText: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user