From 83cdae8b48a8856cae7569e2ebc7e12222a8dde4 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 6 Apr 2025 10:59:51 +0800 Subject: CSS: Make lists in the README a bit more sparse --- forged/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/forged/static/style.css b/forged/static/style.css index 30256fe..96ba54a 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -123,6 +123,10 @@ a:link, a:visited { line-height: 1.3; } +#readme li + li, #readme li:first-child { + margin-top: 0.5rem; +} + /* Table styles */ table { border: var(--lighter-border-color) solid 1px; -- cgit v1.2.3