rss-reader/static/css/root.css
Greg Shuflin 92329aee3c Root css
2025-02-03 00:26:59 -08:00

7 lines
143 B
CSS

:root {
--primary-red: #f43f3f;
--dark-bg: #1e1f26;
--sidebar-bg: #2b2c33;
--text-color: #ffffff;
--text-muted: #9da2b3;
}