Support for <h4> inside .note
This commit is contained in:
parent
dbf98711a1
commit
242b1de348
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ dl dd {
|
||||||
:is(.dark body) .note a:link, :is(.dark body) .note a:visited, :is(.dark body) .note a:hover, :is(.dark body) .note a:active {
|
:is(.dark body) .note a:link, :is(.dark body) .note a:visited, :is(.dark body) .note a:hover, :is(.dark body) .note a:active {
|
||||||
color: #111;
|
color: #111;
|
||||||
}
|
}
|
||||||
|
.note h4 {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fußnoten - <https://geekthis.net/post/hugo-footnotes-and-citations/> */
|
/* Fußnoten - <https://geekthis.net/post/hugo-footnotes-and-citations/> */
|
||||||
a.footnote-ref::before {
|
a.footnote-ref::before {
|
||||||
|
|
Loading…
Reference in a new issue