forked from lda/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 {
|
a {
|
||||||
color: var(--color-link);
|
color: var(--color-link) !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue