Some browsers don't like this rule; making it !important seems to fix them.

This commit is contained in:
Jordan Bancino 2023-02-16 00:05:26 +00:00
parent cebc2959cc
commit fdecac576f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ h4, h5, h6 {
}
a {
color: var(--color-link);
color: var(--color-link) !important;
text-decoration: none;
}