mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
update anchor styling
This commit is contained in:
parent
303616c5a8
commit
f7d48e5db4
@ -274,10 +274,12 @@ blockquote.twitter-tweet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.h-anchor {
|
.h-anchor {
|
||||||
|
margin-left: 1px;
|
||||||
|
color: var(--color-secondary);
|
||||||
|
text-decoration: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: visibility 0s linear 0.1s, opacity 0.1s linear;
|
transition: visibility 0s linear 0.1s, opacity 0.1s linear;
|
||||||
margin-left: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:hover a,
|
h1:hover a,
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user