1
0

Remove close button styles from settings.html

This commit is contained in:
2025-05-25 00:46:32 +02:00
parent c7eeb48398
commit aae45d8644

View File

@@ -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; }