mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 12:44:20 +00:00
22 lines
272 B
SCSS
22 lines
272 B
SCSS
h1 {
|
|
a.header-anchor {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
h2, h3, h4, h5, h6 {
|
|
a.header-anchor {
|
|
display: none;
|
|
}
|
|
|
|
&:hover {
|
|
a.header-anchor {
|
|
display: inline-block;
|
|
color: $color-gray;
|
|
|
|
&:hover {
|
|
color: $color-dragon;
|
|
}
|
|
}
|
|
}
|
|
}
|