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