1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-25 00:45:04 +02:00
parent 3e62173553
commit c7eeb48398

View File

@@ -59,7 +59,7 @@
/* Optionen */
.options { display: flex; flex-direction: column; gap: 1.0rem; }
label {
display: flex; align-items: center; font-size: 1.0rem;
display: flex; align-items: center; font-size: 0.9rem;
color: #1e293b;
}
label.option input[type="checkbox"] {
@@ -84,7 +84,7 @@
padding: 0.4em 0.6em;
border: 1.2px solid #cbd5e1;
border-radius: 6px;
font-size: 1rem;
font-size: 0.9rem;
color: #334155;
background: #f8fafc;
transition: border-color 0.2s, box-shadow 0.2s;