aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 17:13:53 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 17:13:53 +0800
commit322828d1396ae5b6753737336ab415eea73476ad (patch)
tree0964ef3f36d57e032555dedd8613ec8e5be96e52
parentrepo_index: Make readme scrollable just in case (diff)
downloadforge-322828d1396ae5b6753737336ab415eea73476ad.tar.gz
forge-322828d1396ae5b6753737336ab415eea73476ad.tar.zst
forge-322828d1396ae5b6753737336ab415eea73476ad.zip
style.css: Shrink font-size a bit for monospace components
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 37ba741..111c3d8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -38,7 +38,7 @@ body {
margin: 0;
}
html, code, pre {
- font-size: 1rem; /* TODO: Not always correct */
+ font-size: 0.96rem; /* TODO: Not always correct */
}
/* Toggle table controls */