pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 7ab7f07a28a914f53ce31d884d3bff2c6f467e9c
parent 33d894d0116cadd9309b3f3ad0756a1572392a86
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 29 Jun 2024 12:48:57 +0200

fix: decrease code block size

Diffstat:
Massets/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/style.css b/assets/style.css @@ -100,7 +100,7 @@ pre > a.h { /* Code Blocks */ pre#blob { font-family: monospace; - font-size: 150%; + font-size: 125%; overflow-x: scroll; background: var(--bg3); color: var(--fg1);