forked from Telodendria/Telodendria
Some browsers don't like this rule; making it !important seems to fix them.
This commit is contained in:
parent
cebc2959cc
commit
fdecac576f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ h4, h5, h6 {
|
|||
}
|
||||
|
||||
a {
|
||||
color: var(--color-link);
|
||||
color: var(--color-link) !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue