From c7eeb483986423108e33c67e12c891189ed7906f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 00:45:04 +0200 Subject: [PATCH] auto-git: [change] settings.html --- settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.html b/settings.html index 25552e3..5f2fac2 100644 --- a/settings.html +++ b/settings.html @@ -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;