AuthorBuddy/wwwroot/css/themes/w95.css

13 lines
283 B
CSS
Raw Permalink Normal View History

2026-05-14 12:31:35 +02:00
:root {
--window-bg: #c0c0c0;
--editor-bg: #ffffff;
--text-color: #000000;
--border-color: #808080;
--accent-color: #000080;
--menu-bg: #c0c0c0;
--card-bg: #ffffff;
--status-bar-bg: #c0c0c0;
2026-05-20 06:12:54 +02:00
--disabled-bg: #c0c0c0;
--disabled-text: #808080;
2026-05-14 12:31:35 +02:00
}