Fixed dark/light mode of link colors

Fixed dark/light mode of link colors in FAQ page.
This commit is contained in:
Ferschmann Jakub
2021-11-16 15:54:15 +01:00
parent e7600619ca
commit a92957acba
2 changed files with 2 additions and 2 deletions

View File

@@ -400,7 +400,7 @@
&:hover {
text-decoration: underline;
color: $black;
color: $white;
}
}