rss-reader/static/css/root.css

7 lines
143 B
CSS
Raw Normal View History

2025-02-03 00:26:59 -08:00
:root {
--primary-red: #f43f3f;
--dark-bg: #1e1f26;
--sidebar-bg: #2b2c33;
--text-color: #ffffff;
--text-muted: #9da2b3;
}