1
0

Add missing background property and correct indentation in settings.html

This commit is contained in:
2025-05-25 01:18:11 +02:00
parent c1ae1e81b9
commit 551ebee2cb

View File

@@ -20,6 +20,8 @@
--bg-sidebar: rgb(200,220,240); /* etwas dunkleres Blau */ --bg-sidebar: rgb(200,220,240); /* etwas dunkleres Blau */
--accent: rgb(20,60,100); /* dunkles Marine-Blau als Akzent */ --accent: rgb(20,60,100); /* dunkles Marine-Blau als Akzent */
--border: rgb(180,200,220); --border: rgb(180,200,220);
background: var(--border);
} }
html, body { html, body {
@@ -33,7 +35,7 @@
} }
/* Sky-Mode Hintergrund */ /* Sky-Mode Hintergrund */
body { body {
background: var(--border); background: var(--bg-main);
} }
/* Dialog-Box */ /* Dialog-Box */