From 09565eb3d668af3565128babe2237ae1472651f4 Mon Sep 17 00:00:00 2001 From: Wally Hackenslacker Date: Fri, 1 May 2026 15:09:24 -0400 Subject: [PATCH] refactor: align theme surface utility with semantic text mapping --- views/partials/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/partials/theme.php b/views/partials/theme.php index fc29c2e..36cfada 100644 --- a/views/partials/theme.php +++ b/views/partials/theme.php @@ -69,6 +69,7 @@ if ($themeSection === 'head'): .theme-surface { background-color: var(--theme-surface); + color: var(--theme-text); } .theme-surface-alt {