From f551b2a4211993c65506ed6709e3036eae05cdc1 Mon Sep 17 00:00:00 2001 From: Oliver Hofmann Date: Sun, 10 May 2026 10:45:41 +0200 Subject: [PATCH] Harmonize typography: remove log uppercase, normalize label font sizes --- frontend/src/styles.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 90dff3f..693ea62 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -182,6 +182,7 @@ tr:hover { .settings-row label { width: 160px; flex-shrink: 0; + font-size: 14px; font-weight: 500; color: #2c3e50; } @@ -408,7 +409,7 @@ tr:hover { .edit-form label small { font-weight: 400; color: #999; - font-size: 11px; + font-size: 12px; } .edit-form input { @@ -460,12 +461,10 @@ tr:hover { } .log-section h3 { - font-size: 13px; + font-size: 14px; font-weight: 600; - color: #555; + color: #34495e; margin: 0 0 6px; - text-transform: uppercase; - letter-spacing: 0.04em; } .log-pre {