commit 2898646506f96b642d714a4964525890b98dd867 parent 6fb78f62f323f121d8968fff017203fbfa94f091 Author: pyratebeard <root@pyratebeard.net> Date: Fri, 5 Jun 2026 23:14:31 +0100 style: changes to body font colour Diffstat:
| M | style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css @@ -41,7 +41,7 @@ body { font-family: 'UnifontExMono'; background-color: #222222; - color: #c1cdc1; + color: #c2c2b0; letter-spacing: 0.8px; font-size: 0.9em; }