diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 10:59:51 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 10:59:51 +0800 |
commit | 83cdae8b48a8856cae7569e2ebc7e12222a8dde4 (patch) | |
tree | 1829b46249096a59c9b6a044934aa92917b18735 | |
parent | CSS: Remove --light-text-color from pull-right for accessibility (diff) | |
download | forge-83cdae8b48a8856cae7569e2ebc7e12222a8dde4.tar.gz forge-83cdae8b48a8856cae7569e2ebc7e12222a8dde4.tar.zst forge-83cdae8b48a8856cae7569e2ebc7e12222a8dde4.zip |
CSS: Make lists in the README a bit more sparse
-rw-r--r-- | forged/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |