summaryrefslogtreecommitdiff
path: root/santa/global.css
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-02-17 11:04:50 +0000
committerRadiohotline <radiohotline@disroot.org>2026-02-17 11:04:50 +0000
commit73ada98fb48514c51bd3e4b50c1d66ee2772870e (patch)
tree9f1b456fda8bea4ef19bf616c13b626550610af8 /santa/global.css
parentd467386647277a2b3c40bc149d97c699903b68d3 (diff)
fix eyes and other css errors
Diffstat (limited to 'santa/global.css')
-rw-r--r--santa/global.css47
1 files changed, 0 insertions, 47 deletions
diff --git a/santa/global.css b/santa/global.css
deleted file mode 100644
index e491c14..0000000
--- a/santa/global.css
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
-FONT FACES
-*/
-@TEMP {
- font-family: '';
- src: url('');
-}
-
-/*
-ROOTS
-*/
-:root {
- --bg: #d6d6d6;
- --accent: #465864;
- --white: #f0e5d1;
- --blue: #125484;
- --red: #d55031;
-}
-
-/*
-MISC
-*/
-html {
- cursor: url(imgs/postal_cursor_close.png), default;
- image-rendering: pixelated;
- text-transform: lowercase;
-}
-
-button:hover, a:hover, a:active, button:active {
- cursor: url(imgs/postal_cursor_open.png), pointer;
-}
-
-body {
- font-family: "Times New Roman", Times, serif;
- color: black;
- font-size: 14px;
-}
-
-a:link, a:visited {
- color: var(--red);
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
- color: var(--blue);
-} \ No newline at end of file