aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2026-04-18 15:54:53 +0200
committerKaran Jayachandra <me@karanj.com>2026-04-18 15:54:53 +0200
commit2cb2985b33e01a4f6160ffad5a194ea0d61e2851 (patch)
treeb9641cdd76b777f85dc1091ac56da9267de62fb2 /static
parentccb10a35dce82022285299f68ca17a1f5041a612 (diff)
parent00812f5f9f16ab845b17c7c26af707a868f9f82e (diff)
Merge branch 'develop' into 'main'
Develop See merge request KaranJayachandra/karanjayachandra.gitlab.io!14
Diffstat (limited to 'static')
-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 {