change markdownn muted styles to only affect text, not links and stuff

This commit is contained in:
Send_Nukez 2021-11-17 21:05:25 +01:00
parent 884ca0baea
commit 055510a7ad

View file

@ -6,6 +6,6 @@
}
.muted {
opacity: 0.5;
color: spiceColor("subtext", 0.5);
}
}