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 */
|
--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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user