]> where.june.codes Git - june.codes/commitdiff
Messing with the font size.
authorJune Gardner <june@june.codes>
Tue, 18 Nov 2025 20:23:12 +0000 (12:23 -0800)
committerJune Gardner <june@june.codes>
Tue, 18 Nov 2025 20:23:12 +0000 (12:23 -0800)
theme/styles.css

index 50dd7b585b152b0b57967874afb65960660d1cf4..9a73663395aa1be9749885cd8476fef28d4fd116 100644 (file)
@@ -1,7 +1,7 @@
 :root {
     --background: hsl(266, 60.7%, 12%);
     --foreground: hsl(297, 79.7%, 74.9%);
-    --text-size: calc(0.6rem + 0.6vw);
+    --text-size: calc(0.4rem + 0.6vw);
     --font-family: "Maple Mono";
 }