Fix low contrast for muted/faint text in Obsidian theme

This commit is contained in:
Guido Vicino
2026-02-20 19:59:39 +01:00
parent 5ef4426577
commit b50a388726
+2 -2
View File
@@ -30,8 +30,8 @@
--interactive-accent-hover: {{ accent }};
/* Muted text */
--text-muted: {{ color8 }};
--text-faint: {{ color8 }};
--text-muted: color-mix(in srgb, {{ foreground }} 70%, transparent);
--text-faint: color-mix(in srgb, {{ foreground }} 55%, transparent);
/* Code */
--code-normal: {{ color6 }};