Mercurial
diff mrjunejune/src/base.css @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 1c0878eb17de |
| children | 3b47e82ac57e |
line wrap: on
line diff
--- a/mrjunejune/src/base.css Sat Jan 10 13:35:09 2026 -0800 +++ b/mrjunejune/src/base.css Mon Jan 19 18:59:10 2026 -0800 @@ -240,10 +240,14 @@ blockquote { border-left: 4px solid var(--accent); padding: 0 0 0 20px; - margin: 0px; + margin-bottom: 1.25em; font-size: 1.333em; } +ul { + margin-bottom: 1.25em; +} + hr { border: none; border-top: 1px solid rgb(var(--gray-light));