Skip to content
Snippets Groups Projects
Commit 6a1da892 authored by HJ's avatar HJ :fire:
Browse files

force faint link on faint rich content

parent 34907163
No related branches found
No related tags found
1 merge request!2013Fixes Roundup 3
......@@ -8,6 +8,10 @@
--funtextGreentext: var(--funtextGreentextFaint) !important;
--funtextCyantext: var(--funtextCyantextFaint) !important;
/* stylelint-enable declaration-no-important */
a {
color: var(--linkFaint);
}
}
blockquote {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment