diff --git a/settings.html b/settings.html
index 62ff8de..e9c2297 100644
--- a/settings.html
+++ b/settings.html
@@ -126,8 +126,8 @@
background: #be2c4e; /* dunkleres rosa/blau für hover, anpassen falls du magst */
}
.cancel-btn {
- background: #e2e8f0;
- color: #475569;
+ background: var(--bg-main);
+ color: var(--accent);
}
.cancel-btn:hover {
background: #cbd5e1;