diff --git a/settings.html b/settings.html
index 5f2fac2..a64a702 100644
--- a/settings.html
+++ b/settings.html
@@ -48,13 +48,6 @@
padding: 1.8rem 2.2rem;
display: flex; flex-direction: column; gap: 1.2rem;
}
- .close-btn {
- background: none; border: none;
- font-size: 1.2rem; cursor: pointer;
- color: #64748b;
- transition: color 0.2s;
- }
- .close-btn:hover { color: #0f172a; }
/* Optionen */
.options { display: flex; flex-direction: column; gap: 1.0rem; }