rss-reader/static/css/root.css

10 lines
191 B
CSS
Raw Permalink Normal View History

2025-02-03 00:26:59 -08:00
:root {
--primary-red: #f43f3f;
--dark-bg: #1e1f26;
--sidebar-bg: #2b2c33;
2025-02-05 04:08:15 -08:00
--topbar-bg: #333;
2025-02-03 00:26:59 -08:00
--text-color: #ffffff;
--text-muted: #9da2b3;
2025-02-05 02:45:50 -08:00
--read-bg: #2d2e36;
2025-02-05 04:08:15 -08:00
}