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

37 lines
448 B
SCSS

.cursor-pointer {
cursor: pointer;
}
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;
}
}
}
}