Skip to content
Snippets Groups Projects
Commit 6e765ddf authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

index.css: Now hiding cursor

parent 2adcdf7f
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,7 @@ ...@@ -12,3 +12,7 @@
.bg-lower-gradient { .bg-lower-gradient {
background-image: linear-gradient(180deg, rgba(24, 24, 27, 0) 0%, rgba(24, 24, 27, 0.70) 60%, rgba(24, 24, 27, 1.00) 100%) background-image: linear-gradient(180deg, rgba(24, 24, 27, 0) 0%, rgba(24, 24, 27, 0.70) 60%, rgba(24, 24, 27, 1.00) 100%)
} }
* {
cursor: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment