1
0
Fork 0

.note: Fixed <h4> margin+color; list bullet points now in text color

This commit is contained in:
Malte Bublitz 2024-01-11 09:30:13 +01:00
parent 242b1de348
commit 470f714614
Signed by: malte70
GPG Key ID: 605DA5C729F9C184
1 changed files with 6 additions and 1 deletions

View File

@ -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/> */