increase dot grid size to be less distracting

This commit is contained in:
2025-09-07 18:31:57 +01:00
parent 1b95f46544
commit 474050ff6d

View File

@@ -3,7 +3,7 @@
@import url("https://styles.alv.cx/modules/alwaysdark.css"); @import url("https://styles.alv.cx/modules/alwaysdark.css");
:root { :root {
--dotgrid-size: 3em; --dotgrid-size: 15em;
--dotgrid-dot-size: 1px; --dotgrid-dot-size: 1px;
} }