Hide mouse cursor on usage page

This commit is contained in:
Tanner Collin 2022-07-21 06:52:57 +00:00
parent 41f6969a4a
commit 983c470705

View File

@ -173,6 +173,7 @@ body {
color: white; color: white;
padding: 0.5em; padding: 0.5em;
font-size: 2.5em; font-size: 2.5em;
cursor: none;
} }
.usage .ui.header { .usage .ui.header {