summaryrefslogtreecommitdiff
path: root/assets/h4xx0r.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/h4xx0r.css')
-rw-r--r--assets/h4xx0r.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/assets/h4xx0r.css b/assets/h4xx0r.css
deleted file mode 100644
index 61a7204..0000000
--- a/assets/h4xx0r.css
+++ /dev/null
@@ -1,21 +0,0 @@
-html {
- --dark: #1c1c1c;
- --light: #888;
- --green: #0c0;
- background-color: var(--dark);
-}
-
-body {
- color: var(--light);
- font-family: monospace;
-}
-
-a {
- color: var(--green);
- text-decoration: none;
-}
-
-a:hover {
- color: var(--dark);
- background-color: var(--green);
-}