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;
}
}

View File

@@ -355,7 +355,7 @@ aside .active > a:hover {
color: $light-fg;
box-shadow: $light-box-shadow;
> a.expander:hover {
> h4 a.expander:hover {
color: $light-fg;
}
}