theme: fix link hover color #256

This commit is contained in:
Sören Weber 2022-05-29 00:46:13 +02:00
parent 2ecf39ba30
commit 141ec1578c
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 6 additions and 4 deletions

View file

@ -8,14 +8,15 @@
a,
.anchor,
#toc-menu {
#toc-menu,
#body a.highlight:after {
color: #486ac9; /* var(--MAIN-LINK-color) */
}
a:hover,
.anchor:hover,
#toc-menu:hover,
#body a.highlight:after {
#body a.highlight:hover:after {
color: #202891; /* var(--MAIN-LINK-HOVER-color) */
}

View file

@ -99,14 +99,15 @@ body {
a,
.anchor,
#toc-menu {
#toc-menu,
#body a.highlight:after {
color: var(--INTERNAL-MAIN-LINK-color);
}
a:hover,
.anchor:hover,
#toc-menu:hover,
#body a.highlight:after {
#body a.highlight:hover:after {
color: var(--INTERNAL-MAIN-LINK-HOVER-color);
}