site

scripts to generate personal blog and git repositories

git clone https://9o.is/git/site.git

commit 362128af32e185d06d6101e9331bb6b7e6e2b2c6
parent 2ed6753b2f02870a9f55c43e244c528df4ff642f
Author: Jul <jul@9o.is>
Date:   Tue, 12 May 2026 21:36:49 +0800

reduce git pre font size

Diffstat:
Massets/style.css | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/assets/style.css b/assets/style.css @@ -361,6 +361,10 @@ main.git { text-align: right; } + pre { + font-size: var(--text-sm); + } + pre a.h { color: var(--color-teal); font-weight: bold; @@ -377,4 +381,12 @@ main.git { pre a.d { color: var(--color-red); } + + section.git-file { + padding-top: calc(2 * var(--spacing)); + + p { + font-size: var(--text-sm); + } + } }