From 470f714614ca09bec76b702ba05a959841cf2370 Mon Sep 17 00:00:00 2001 From: Malte Bublitz Date: Thu, 11 Jan 2024 09:30:13 +0100 Subject: [PATCH] .note: Fixed

margin+color; list bullet points now in text color --- assets/custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - */