Browse Source
Hide the cursor for the USB clicking thingy
offline
decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
4 additions and
0 deletions
-
voicegardens/static/styles.css
|
|
@ -1,5 +1,9 @@ |
|
|
|
/* Custom CSS styles */ |
|
|
|
|
|
|
|
html * { |
|
|
|
cursor: none; |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: "Signika Bold"; |
|
|
|
src: url("fonts/Signika-Bold.ttf") format("ttf"); |
|
|
|