diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-14 17:13:53 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-14 17:13:53 +0800 |
commit | 322828d1396ae5b6753737336ab415eea73476ad (patch) | |
tree | 0964ef3f36d57e032555dedd8613ec8e5be96e52 | |
parent | repo_index: Make readme scrollable just in case (diff) | |
download | forge-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.css | 2 |
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 */ |