From 5541a5c9dda6aa4ad51ac48ade5189b170d87f0b Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sat, 7 Jul 2018 18:05:41 +0900 Subject: [PATCH] Amiga cursor! --- sys/foo | 1 - sys/geekigeeki.css | 4 ++++ sys/pointer.cur | Bin 0 -> 766 bytes 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 sys/foo create mode 100644 sys/pointer.cur diff --git a/sys/foo b/sys/foo deleted file mode 100644 index c28eda6..0000000 --- a/sys/foo +++ /dev/null @@ -1 +0,0 @@ -efqewfqewgf \ No newline at end of file diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 72f7af9..f02847a 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -12,6 +12,10 @@ body { margin-right: 0px; } +html { + cursor: url('/sys/pointer.cur'); +} + a { color: #1010FF; } a:link { text-decoration: none; } a:hover { text-decoration: underline; } diff --git a/sys/pointer.cur b/sys/pointer.cur new file mode 100644 index 0000000000000000000000000000000000000000..6f897c1e9afc5720a23807d05f81062327c3aa85 GIT binary patch literal 766 zcmds#F%H5o3`KtnJL@&w$HIzWhm8_>SOaQ#TMi zD1WmX58AcOIz^)QyNy`CJSdyHwtH8IK6$LZE&8gpm2w7tjF~xj9X>pFwK@fdtLBEE Pss=4Nv>S^r&u{$=Y2|#Q literal 0 HcmV?d00001 -- 2.25.1