From 474050ff6d46affb90a4533d043aefc999139636 Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Sun, 7 Sep 2025 18:31:57 +0100 Subject: [PATCH] increase dot grid size to be less distracting --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index adf501d..638ed4e 100644 --- a/styles.css +++ b/styles.css @@ -3,7 +3,7 @@ @import url("https://styles.alv.cx/modules/alwaysdark.css"); :root { - --dotgrid-size: 3em; + --dotgrid-size: 15em; --dotgrid-dot-size: 1px; }