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