From 44bff3affd66904ea45fe8530c2f6d95ac4bd957 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 6 Feb 2026 01:18:49 +1000 Subject: [PATCH] add theme-text-muted --- www/css/themes/core.css | 1 + www/css/themes/maps/rose-pine.css | 1 + 2 files changed, 2 insertions(+) diff --git a/www/css/themes/core.css b/www/css/themes/core.css index e8af746..661c075 100644 --- a/www/css/themes/core.css +++ b/www/css/themes/core.css @@ -1,6 +1,7 @@ .theme-base { color: var(--theme-base); } .theme-bg { color: var(--theme-bg); } .theme-text { color: var(--theme-text); } +.theme-text-muted { color: var(--theme-text-muted); } .theme-link { color: var(--theme-link); } .theme-icon { color: var(--theme-icon); } diff --git a/www/css/themes/maps/rose-pine.css b/www/css/themes/maps/rose-pine.css index a9fd520..36c7a68 100644 --- a/www/css/themes/maps/rose-pine.css +++ b/www/css/themes/maps/rose-pine.css @@ -21,6 +21,7 @@ Variables: --theme-base: var(--palette-rose-pine-base); --theme-bg: var(--palette-rose-pine-base); --theme-text: var(--palette-rose-pine-text); + --theme-text-muted: var(--palette-rose-pine-muted); --theme-link: var(--palette-rose-pine-foam); --theme-icon: var(--palette-rose-pine-pine);