AuthorBuddy/wwwroot/css/themes/light.css

13 lines
283 B
CSS
Raw Normal View History

2026-05-14 12:31:35 +02:00
:root {
--window-bg: #f0f0f0;
--editor-bg: #ffffff;
--text-color: #1a1a1a;
--border-color: #cccccc;
--accent-color: #2b5797;
--menu-bg: #e0e0e0;
--card-bg: #ffffff;
--status-bar-bg: #dcdcdc;
2026-05-20 06:12:54 +02:00
--disabled-bg: #e8e8e8;
--disabled-text: #a0a0a0;
2026-05-14 12:31:35 +02:00
}