pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 3e6193c00434c206b789100ed39410709b4e3964
parent 44cf4c844f771f69c0de3717264008d46b070afd
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  5 Jun 2026 23:13:19 +0100

style: changes to body font colour

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

diff --git a/style.css b/style.css @@ -33,7 +33,7 @@ body { font-family: 'UnifontExMono'; background-color: #222222; - color: #c1cdc1; + color: #c2c2b0; letter-spacing: 0.8px; font-size: 0.9em; }