mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
25 lines
317 B
SCSS
25 lines
317 B
SCSS
h1 {
|
|
a.header-anchor {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
h2, h3, h4, h5, h6 {
|
|
padding-top: 64px;
|
|
margin-top: -64px;
|
|
|
|
a.header-anchor {
|
|
display: none;
|
|
}
|
|
|
|
&:hover {
|
|
a.header-anchor {
|
|
display: inline-block;
|
|
color: $color-gray;
|
|
|
|
&:hover {
|
|
color: $color-dragon;
|
|
}
|
|
}
|
|
}
|
|
}
|