aboutsummaryrefslogtreecommitdiff
path: root/forged
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-06 10:59:51 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-06 10:59:51 +0800
commit83cdae8b48a8856cae7569e2ebc7e12222a8dde4 (patch)
tree1829b46249096a59c9b6a044934aa92917b18735 /forged
parentCSS: Remove --light-text-color from pull-right for accessibility (diff)
downloadforge-83cdae8b48a8856cae7569e2ebc7e12222a8dde4.tar.gz
forge-83cdae8b48a8856cae7569e2ebc7e12222a8dde4.tar.zst
forge-83cdae8b48a8856cae7569e2ebc7e12222a8dde4.zip
CSS: Make lists in the README a bit more sparse
Diffstat (limited to 'forged')
-rw-r--r--forged/static/style.css4
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;