1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-25 00:29:00 +02:00
parent a4925c5e5f
commit 9548b73166

View File

@@ -35,10 +35,6 @@
body {
background: var(--bg-main);
}
/* Night-Mode (rosa) */
body.night {
background: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 70%, #fff 100%);
}
/* Dialog-Box */
.dialog {