commented out template theme

This commit is contained in:
array-in-a-matrix 2024-03-20 23:39:46 -04:00
parent 5392b7c1fc
commit de4d1a7ca7
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
} */