summaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-05-02 16:16:04 -0400
committerLLLL Colonq <llll@colonq>2026-05-02 16:16:04 -0400
commitd3bd791297d6aaa7abaf613aafbec99a7bb17823 (patch)
treeace9b887fc57681dcbe8a468278cdc74ecff1b2c /src/index.css
parentea5929c74a4e01bcbc776832b5597fceb5261a31 (diff)
Eating soup!
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/index.css b/src/index.css
deleted file mode 100644
index 323fa50..0000000
--- a/src/index.css
+++ /dev/null
@@ -1,34 +0,0 @@
-html {
- touch-action: manipulation;
-}
-body {
- background: #000000;
-}
-html, body {
- overflow: hidden;
- margin: 0 !important;
- padding: 0 !important;
- height: 100%;
- width: 100%;
-}
-canvas {
- margin-right: auto;
- margin-left: auto;
- display: block;
- position: absolute;
- top: 0%;
- left: 50%;
- transform: translate(-50%, 0%);
- color: #000000;
-}
-.centered {
- margin-right: auto;
- margin-left: auto;
- display: block;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- text-align: center;
- image-transform: pixelated;
-}