mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
style
This commit is contained in:
parent
c9f4aae633
commit
d872002ee9
14 changed files with 108 additions and 32 deletions
22
docs/.vuepress/theme/styles/_anchors.scss
Normal file
22
docs/.vuepress/theme/styles/_anchors.scss
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue