From: Bernie Innocenti Date: Sat, 7 Jul 2018 09:05:41 +0000 (+0900) Subject: Amiga cursor! X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=5541a5c9dda6aa4ad51ac48ade5189b170d87f0b;ds=sidebyside Amiga cursor! --- 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 0000000..6f897c1 Binary files /dev/null and b/sys/pointer.cur differ