Darken app blue theme

This commit is contained in:
DonVoo 2026-07-06 15:20:45 +02:00
parent fa9edca3bd
commit eeb9dd15bf
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
Farben nach dem 2013er Flat-Design: Kopfband Outlook-Blau, helle Panes,
dezente Rahmen, blaue Auswahlzeile. */
:root {
--ol-blue: #0072c6; /* Outlook-2013 Kopfband */
--ol-blue-dark: #005a9e;
--ol-blue: #005a9e; /* Outlook-2013 Kopfband, etwas dunkler */
--ol-blue-dark: #004578;
--ol-bg: #f3f3f3; /* Fensterhintergrund */
--ol-pane: #ffffff;
--ol-tree: #f0f0f0; /* linke Spalte etwas grau */