Merge pull request #4673 from guidovicino/fix-obsidian-muted-contrast
Fix low contrast for muted/faint text in Obsidian theme template
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
--interactive-accent-hover: {{ accent }};
|
--interactive-accent-hover: {{ accent }};
|
||||||
|
|
||||||
/* Muted text */
|
/* Muted text */
|
||||||
--text-muted: {{ color8 }};
|
--text-muted: color-mix(in srgb, {{ foreground }} 70%, transparent);
|
||||||
--text-faint: {{ color8 }};
|
--text-faint: color-mix(in srgb, {{ foreground }} 55%, transparent);
|
||||||
|
|
||||||
/* Code */
|
/* Code */
|
||||||
--code-normal: {{ color6 }};
|
--code-normal: {{ color6 }};
|
||||||
|
|||||||
Reference in New Issue
Block a user