mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
33 lines
408 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|