diff --git a/assets/custom.css b/assets/custom.css index 7b379d4..8a805e5 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -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 - */