diff --git a/errors/style.css b/errors/style.css deleted file mode 100644 index 1334489..0000000 --- a/errors/style.css +++ /dev/null @@ -1,17 +0,0 @@ -body { - background-color: #000; -} - -.ascii { - margin: auto; - text-align: center; - font-family: monospace; - white-space: pre; - color: #a57ae9; - top 50%; -} - -.text { - font-family: monospace; - color: #a57ae9; -}