diff options
| author | winter | 2025-02-14 21:24:55 +0000 |
|---|---|---|
| committer | winter | 2025-02-14 21:24:55 +0000 |
| commit | 241eb9eded161671d3d8e5bf4a3f7b04907037f1 (patch) | |
| tree | 25d65d68125b66b545ea24c734a1e81551952524 /static/note.css | |
| parent | d10aad87ddebd4857a90b6d638aac803d7373dc6 (diff) | |
make markdown nicer
Diffstat (limited to 'static/note.css')
| -rw-r--r-- | static/note.css | 11 |
1 files changed, 10 insertions, 1 deletions
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); |
