rss-reader/static/css/root.css
Greg Shuflin ed0ec66138 css defs
2025-02-05 04:08:15 -08:00

10 lines
191 B
CSS

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