From 41c30fcdbb035c910037bd9817db20d67998cad642e2d9ce67f053032e1ffe05 Mon Sep 17 00:00:00 2001 From: Nyx Tutt Date: Mon, 24 Feb 2025 19:11:57 -0600 Subject: [PATCH] cool border thing --- site/templates/assets/index.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/site/templates/assets/index.css b/site/templates/assets/index.css index b8bc5a5..a8a36fe 100644 --- a/site/templates/assets/index.css +++ b/site/templates/assets/index.css @@ -5,6 +5,13 @@ } } +@media (prefers-color-scheme: light) { + * { + background-color: white; + color: black; + } +} + h1, h2, h3 { font-family: monospace; } @@ -12,12 +19,12 @@ h1, h2, h3 { body { font-family: system-ui; padding: 1%; - height: 100vh; font-size: 18px; max-width: 40em; - margin: 10%, 10%, 10%, 10%; margin: auto; width: 50%; + border: 10px solid lightgrey; + border-radius: 5px; } #particle-canvas {