diff options
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); |
