force faint link on faint rich content

This commit is contained in:
Henry Jameson 2025-01-27 11:28:46 +02:00
parent 3490716365
commit 6a1da89297

View file

@ -8,6 +8,10 @@
--funtextGreentext: var(--funtextGreentextFaint) !important; --funtextGreentext: var(--funtextGreentextFaint) !important;
--funtextCyantext: var(--funtextCyantextFaint) !important; --funtextCyantext: var(--funtextCyantextFaint) !important;
/* stylelint-enable declaration-no-important */ /* stylelint-enable declaration-no-important */
a {
color: var(--linkFaint);
}
} }
blockquote { blockquote {