This commit is contained in:
McShelby 2022-05-28 22:46:46 +00:00
parent 9720920784
commit d11513d0d4
310 changed files with 6476 additions and 6474 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);
}