From cfdb52643f500b558087343c3af7ac1448729148 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 17 May 2026 17:12:58 +0200 Subject: [PATCH] Cleanup: unused CSS selectors entfernt --- app/src/routes/+page.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/routes/+page.svelte b/app/src/routes/+page.svelte index 07e4984..31dfcd6 100644 --- a/app/src/routes/+page.svelte +++ b/app/src/routes/+page.svelte @@ -549,8 +549,6 @@ font-size: 0.55rem; white-space: nowrap; } - .entry-badge.ok { background: #dcfce7; color: #16a34a; } - .entry-badge.warn { background: #ffedd5; color: #ea580c; } .entry-station { flex: 1; font-weight: 600; color: #0B1023; } .entry-temp { color: #555; } .entry-who { color: #aaa; white-space: nowrap; }