Files
gander/frontend/src/assets/styles/sidebar.css
2025-02-18 20:39:51 +00:00

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;
}