From 435aeb674198769b61b0ee8d82f85a108bacf49e Mon Sep 17 00:00:00 2001 From: radiohotline Date: Tue, 17 Feb 2026 14:44:55 +0300 Subject: maintainence --- santa/global.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 santa/global.css (limited to 'santa/global.css') diff --git a/santa/global.css b/santa/global.css new file mode 100644 index 0000000..e491c14 --- /dev/null +++ b/santa/global.css @@ -0,0 +1,47 @@ +/* +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 -- cgit v1.3