ADD: Color Now Modifiable for Dark/Light Mode

This commit is contained in:
EvanLin3141
2025-02-05 13:18:18 +00:00
parent a6bbf696f4
commit edb690728c
6 changed files with 159 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root{
--sideNav-LightBG: white;
--sideNav-LightText: black;
--sideNav-DarkBG: black;
--sideNav-DarkText: white;
}