aboutsummaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-04-18 12:16:29 +0200
committerKaran Jayachandra <me@karanj.com>2026-04-18 15:54:31 +0200
commit3e01f5d9cc45bc09b22157f78751ac8e665a0028 (patch)
treed50489b0cf889f96f92050b6eda86410eb02a64d /static/main.css
parent8a63cbae70661db4d2a9d01d77f90295298a5de3 (diff)
Cleaned up the links
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css4
1 files changed, 2 insertions, 2 deletions
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 {