AuthorBuddy/wwwroot/css/themes/light.css

11 lines
225 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;
}