force faint link on faint rich content
This commit is contained in:
parent
3490716365
commit
6a1da89297
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
--funtextGreentext: var(--funtextGreentextFaint) !important;
|
||||
--funtextCyantext: var(--funtextCyantextFaint) !important;
|
||||
/* stylelint-enable declaration-no-important */
|
||||
|
||||
a {
|
||||
color: var(--linkFaint);
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
Loading…
Add table
Reference in a new issue