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) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 16:05:37 -05:00
parent 576dadff23
commit e1892f683c

View File

@@ -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);