Files
ForumMobile/src/_/code/styles.css
2025-11-13 18:55:42 -06:00

12 lines
149 B
CSS

:root {
--main: #AEBDFF;
--accent: #60320c;
--text: #340000;
--yellow: #f1f3c3;
}
@media (prefers-color-scheme: dark) {
:root {
}
}