19 lines
265 B
CSS
19 lines
265 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root{
|
|
|
|
--sideBar-LightBG: white;
|
|
--sideBar-LightText: black;
|
|
|
|
--sideBar-DarkBG: black;
|
|
--sideBar-DarkText: white;
|
|
}
|
|
|
|
|
|
.category-style {
|
|
font-size: 1.75em;
|
|
font-weight: bold;
|
|
}
|
|
|