From de4d1a7ca7be686d08eb605a90aa03e7f5509702 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 20 Mar 2024 23:39:46 -0400 Subject: [PATCH] commented out template theme --- src/styles/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index e0ef1a2..802fa51 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,3 +1,6 @@ +/* styles not meant to be modified or overwritten here */ + +/* :root { --accent: 136, 58, 234; --accent-light: 224, 204, 250; @@ -9,6 +12,7 @@ white 60% ); } + html { font-family: system-ui, sans-serif; background: #13151a; @@ -87,4 +91,4 @@ h1 { grid-template-columns: repeat(auto-fit, minmax(24ch, 1fr)); gap: 2rem; padding: 0; -} +} */