From 7b3715039a49e9c5359ed2817fd6bc8239bda1f6 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 23 Aug 2025 20:22:49 -0400 Subject: [PATCH] update styling --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9a16abe..a5793c2 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,7 @@ html, body { max-height: 100%; background-color: var(--site-bg); - max-width: 80ch; + max-width: 80ch; margin: auto; } @@ -50,6 +50,9 @@ html, body { font-family: sans-serif; color: white; } +pre { + color: white; +} h1 { font-size: 3em; }