vrijkorteverhalen.nl/themes/zola-pickles/sass/object/component/_anchor.scss

16 lines
207 B
SCSS

.zola-anchor {
font-size: 75%;
visibility: hidden;
color: silver;
margin-left: 0.25em;
}
h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
visibility: visible;
}