From 3e01f5d9cc45bc09b22157f78751ac8e665a0028 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sat, 18 Apr 2026 12:16:29 +0200 Subject: Cleaned up the links --- static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/main.css') diff --git a/static/main.css b/static/main.css index 749d9b9..c698b25 100644 --- a/static/main.css +++ b/static/main.css @@ -5,11 +5,11 @@ --bg-color: hsl(var(--hue), var(--saturation), 100%); --theme-color: hsl(var(--hue), var(--saturation), 50%); --code-bg-color: hsl(var(--hue), var(--saturation), 90%); - font-family: "CMU Serif"; + font-family: "CMU Serif", system-ui; font-size: large; background-color: var(--bg-color); color: var(--text-color); - max-width: 800px; + max-width: 80ch; margin: auto; } h1 { -- cgit v1.3.1