add theme-text-muted

This commit is contained in:
do butterflies cry? 2026-02-06 01:18:49 +10:00
parent 3fc3992958
commit 44bff3affd
2 changed files with 2 additions and 0 deletions

View file

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