mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: fix link underline color in IE #256
This commit is contained in:
parent
ea919b4045
commit
2ecf39ba30
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
.anchor:hover,
|
.anchor:hover,
|
||||||
#toc-menu:hover,
|
#toc-menu:hover,
|
||||||
#body a.highlight:after {
|
#body a.highlight:after {
|
||||||
color: #134fbf; /* var(--MAIN-LINK-HOVER-color) */
|
color: #202891; /* var(--MAIN-LINK-HOVER-color) */
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
|
Loading…
Reference in a new issue