Added Cyberpunk 2077 inspired cursor to error page

This commit is contained in:
Victor Westerlund 2020-12-21 08:45:58 +01:00
parent de4fbcfdaf
commit 775179ddf8
2 changed files with 1 additions and 0 deletions

View file

@ -32,6 +32,7 @@ body {
justify-content: center; justify-content: center;
-webkit-filter: saturate(2); -webkit-filter: saturate(2);
filter: saturate(2); filter: saturate(2);
cursor: url("../img/cursor.png") 32 32, auto;
} }
/* ---- */ /* ---- */

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB