Add missing background property and correct indentation in settings.html
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
--bg-sidebar: rgb(200,220,240); /* etwas dunkleres Blau */
|
||||
--accent: rgb(20,60,100); /* dunkles Marine-Blau als Akzent */
|
||||
--border: rgb(180,200,220);
|
||||
|
||||
background: var(--border);
|
||||
}
|
||||
|
||||
html, body {
|
||||
@@ -33,7 +35,7 @@
|
||||
}
|
||||
/* Sky-Mode Hintergrund */
|
||||
body {
|
||||
background: var(--border);
|
||||
background: var(--bg-main);
|
||||
}
|
||||
|
||||
/* Dialog-Box */
|
||||
|
||||
Reference in New Issue
Block a user