From 3ac27e38cae4c80426ffa713517e05eeb3847a95 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 18 Apr 2026 16:14:16 -0500 Subject: [PATCH] Theme switch button: inherit color from FAB parent (--theme-fab-color) .theme-icon-btn had hardcoded color: #fff, now inherits from #mokoThemeFab which uses var(--theme-fab-color). Co-Authored-By: Claude Opus 4.6 (1M context) --- src/media/css/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/media/css/template.css b/src/media/css/template.css index 9df76d2..3f43053 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -17132,7 +17132,7 @@ form .form-select { border: none; border-radius: 50%; background: rgba(255,255,255,.15); - color: #fff; + color: inherit; font-size: 1.1rem; cursor: pointer; padding: 0;