From e1892f683cb8f33fdc069fca11be6dcc44e8a6c1 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 18 Apr 2026 16:05:37 -0500 Subject: [PATCH] Dark theme FAB: dark text (#0e1318) on bright accent background White text on accent-color-primary was hard to see. Dark body-bg color provides strong contrast. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/media/css/theme/dark.standard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/media/css/theme/dark.standard.css b/src/media/css/theme/dark.standard.css index 0a20b3b..3843656 100644 --- a/src/media/css/theme/dark.standard.css +++ b/src/media/css/theme/dark.standard.css @@ -830,7 +830,7 @@ color-scheme: dark; /* ===== THEME FAB ===== */ --theme-fab-bg: var(--accent-color-primary, #3f8ff0); ---theme-fab-color: #fff; +--theme-fab-color: #0e1318; /* ===== OFFLINE PAGE ===== */ --offline-card-bg: rgba(0, 0, 0, 0.6);