13 lines
201 B
CSS
13 lines
201 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root{
|
|
|
|
--sideBar-LightBG: white;
|
|
--sideBar-LightText: black;
|
|
|
|
--sideBar-DarkBG: black;
|
|
--sideBar-DarkText: white;
|
|
}
|
|
|