Hide the cursor for the USB clicking thingy

This commit is contained in:
decentral1se 2021-05-27 20:18:38 +02:00
parent f9bb10ff1e
commit a6befa41df
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -1,5 +1,9 @@
/* Custom CSS styles */ /* Custom CSS styles */
html * {
cursor: none;
}
@font-face { @font-face {
font-family: "Signika Bold"; font-family: "Signika Bold";
src: url("fonts/Signika-Bold.ttf") format("ttf"); src: url("fonts/Signika-Bold.ttf") format("ttf");