.note: Fixed <h4> margin+color; list bullet points now in text color
This commit is contained in:
parent
242b1de348
commit
470f714614
1 changed files with 6 additions and 1 deletions
|
@ -25,8 +25,13 @@ 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 {
|
||||
color: #111;
|
||||
}
|
||||
.prose .note :where(ul > li):not(:where([class~="not-prose"] *))::marker {
|
||||
/* List bullet point */
|
||||
color: #000;
|
||||
}
|
||||
.note h4 {
|
||||
margin-top: 1em;
|
||||
margin: .5em 0 1em;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* Fußnoten - <https://geekthis.net/post/hugo-footnotes-and-citations/> */
|
||||
|
|
Loading…
Reference in a new issue