From 055510a7adbc28dc0268bfaa35cccbd38e08628e Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Wed, 17 Nov 2021 21:05:25 +0100 Subject: [PATCH] change markdownn muted styles to only affect text, not links and stuff --- src/styles/Markdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }