2020-05-04 16:52:03 +02:00
|
|
|
.cursor-pointer {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-05 14:38:20 +02:00
|
|
|
a.header-anchor {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-30 14:26:19 +02:00
|
|
|
h1 {
|
|
|
|
|
a.header-anchor {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2, h3, h4, h5, h6 {
|
2020-04-01 19:34:06 +02:00
|
|
|
padding-top: 64px;
|
|
|
|
|
margin-top: -64px;
|
2020-04-05 14:38:20 +02:00
|
|
|
|
2020-03-30 14:26:19 +02:00
|
|
|
a.header-anchor {
|
|
|
|
|
display: none;
|
2020-04-05 14:38:20 +02:00
|
|
|
|
|
|
|
|
.v-icon {
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
}
|
2020-03-30 14:26:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
a.header-anchor {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
color: $color-gray;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
color: $color-dragon;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|