summaryrefslogtreecommitdiff
path: root/development/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'development/css/main.css')
-rw-r--r--development/css/main.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/development/css/main.css b/development/css/main.css
deleted file mode 100644
index 389c5ea..0000000
--- a/development/css/main.css
+++ /dev/null
@@ -1,17 +0,0 @@
-body {
- margin: 0;
- height: 100vh;
- display: grid;
- align-items: center;
- justify-items: center;
-}
-
-@media (prefers-color-scheme: dark) {
- body {
- background: black;
- }
-
- pre {
- color: white;
- }
-}