sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit 419dbb48d84808a69d58f30cd4251d644e002e59
parent b547facf64c45f983d815afcc1dcea4c6ce1166e
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 21 Apr 2018 09:10:32 +0200

Add a clippy cursor.

Diffstat:
Astatic/cursor.cur | 0
Astatic/cursor.png | 0
Mstatic/style.css | 4++++
3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/static/cursor.cur b/static/cursor.cur Binary files differ. diff --git a/static/cursor.png b/static/cursor.png Binary files differ. diff --git a/static/style.css b/static/style.css @@ -1,3 +1,7 @@ +html, html a { + cursor: url(/static/cursor.png), url(/static/cursor.cur), auto; +} + body { /* background-color: #f4f5e7; */ background-color: #000;