mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 11:43:59 -05:00
fix anchor links (#754)
This commit is contained in:
parent
325b9b40b1
commit
62d95a5704
1 changed files with 11 additions and 6 deletions
|
@ -19,6 +19,7 @@
|
||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
a.heading-anchor {
|
a.heading-anchor {
|
||||||
margin-left: -1.25em;
|
margin-left: -1.25em;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
|
@ -29,6 +30,10 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:hover a.heading-anchor {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
blockquote .quote-extra {
|
blockquote .quote-extra {
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
|
|
Loading…
Reference in a new issue