rss-reader/static/css/root.css
2025-02-05 02:45:50 -08:00

8 lines
167 B
CSS

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