1
0

Fix typo in background color variable name in settings.html

This commit is contained in:
2025-05-25 01:16:30 +02:00
parent b7a1962413
commit c1ae1e81b9

View File

@@ -33,7 +33,7 @@
}
/* Sky-Mode Hintergrund */
body {
background: var(--bg-border);
background: var(--border);
}
/* Dialog-Box */