1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00
5e-drs/docs/.vuepress/theme/styles/_anchors.scss
Maxime Moraine 38931015db classes
2020-04-05 14:38:20 +02:00

33 lines
408 B
SCSS

a.header-anchor {
text-decoration: none;
}
h1 {
a.header-anchor {
display: none;
}
}
h2, h3, h4, h5, h6 {
padding-top: 64px;
margin-top: -64px;
a.header-anchor {
display: none;
.v-icon {
font-size: inherit;
}
}
&:hover {
a.header-anchor {
display: inline-block;
color: $color-gray;
&:hover {
color: $color-dragon;
}
}
}
}