wg-manager/static/css/custom.css

10 lines
No EOL
146 B
CSS

:root {
--accent: #ed333b;
--accent-bg: #bab3ab;
--bg: #f6f5f4;
}
/* hide hidden things in flexbox */
[hidden] {
display: none;
}