diff --git a/src/styles/Markdown.scss b/src/styles/Markdown.scss index bc8aa29..347dcce 100644 --- a/src/styles/Markdown.scss +++ b/src/styles/Markdown.scss @@ -6,6 +6,6 @@ } .muted { - opacity: 0.5; + color: spiceColor("subtext", 0.5); } }