From 241eb9eded161671d3d8e5bf4a3f7b04907037f1 Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 14 Feb 2025 21:24:55 +0000 Subject: make markdown nicer --- static/note.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'static/note.css') diff --git a/static/note.css b/static/note.css index fd281b0..82e0564 100644 --- a/static/note.css +++ b/static/note.css @@ -77,13 +77,22 @@ article.note { font-size: var(--font-big-size); } - p { + p, + ul, + ol, + blockquote { margin: 0 0 0.4lh 0; &:last-child { margin-bottom: 0; } } + blockquote { + padding-left: var(--spacing-double); + border-left: var(--border); + border-left-color: var(--clr-lesser-foreground); + } + h1 { margin: 0.2lh 0 0.2lh 0; font-size: var(--font-big-size); -- cgit v1.3