mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 22:42:19 +00:00
adjust opacity/color of anchor links
This commit is contained in:
parent
20b7963ee1
commit
8543c9d670
1 changed files with 4 additions and 2 deletions
|
@ -529,7 +529,8 @@ p:has(+ ul) {
|
||||||
|
|
||||||
/* Header anchor links */
|
/* Header anchor links */
|
||||||
.hlink {
|
.hlink {
|
||||||
display: none;
|
opacity: 0.4;
|
||||||
|
color: var(--muted) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:hover .hlink,
|
h1:hover .hlink,
|
||||||
|
@ -538,5 +539,6 @@ h3:hover .hlink,
|
||||||
h4:hover .hlink,
|
h4:hover .hlink,
|
||||||
h5:hover .hlink,
|
h5:hover .hlink,
|
||||||
h6:hover .hlink {
|
h6:hover .hlink {
|
||||||
display: inline-block;
|
opacity: 0.8;
|
||||||
|
color: var(--link) !important;
|
||||||
}
|
}
|
Loading…
Reference in a new issue