From cbb5fa78a5c136b619be94faa7addb6d64da3c2d Mon Sep 17 00:00:00 2001 From: Voxel Date: Wed, 12 Mar 2025 15:48:22 -0400 Subject: [PATCH] Delete assets/index.css --- assets/index.css | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 assets/index.css diff --git a/assets/index.css b/assets/index.css deleted file mode 100644 index ead1fef..0000000 --- a/assets/index.css +++ /dev/null @@ -1,37 +0,0 @@ -@media (prefers-color-scheme: dark) { - * { - background-color: black; - color: white; - } -} - -@media (prefers-color-scheme: light) { - * { - background-color: white; - color: black; - } -} - -h1, h2, h3 { - font-family: DM Sans; -} - -body { - font-family: DM Sans; - padding: 1%; - font-size: 18px; - max-width: 40em; - margin: auto; - width: 50%; - border: 10px solid lightgrey; - border-radius: 5px; -} - -#waves { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: -1; -}