Remove close button styles from settings.html
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user