Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MargoMarm committed Sep 27, 2023
1 parent 4c29e87 commit 16cf94f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
url('assets/fonts/roboto-bold-webfont.woff') format('woff');
}

html {
cursor: url('./assets/cursor.png'), default;
}


body {
background-color: rgb(0, 0, 0);
Expand Down Expand Up @@ -54,7 +52,7 @@ a {
text-decoration: none;
}
a:hover {
cursor: url('./assets/cursor-pointer.png'), pointer;
cursor: pointer;
}
ul {
list-style: none;
Expand All @@ -65,13 +63,12 @@ img {
display: block;
}
button:hover {
cursor: url('./assets/cursor-pointer.png'), pointer;
cursor: pointer;
}
button:disabled {
cursor: url('./assets/cursor-disabled.png'), not-allowed;
cursor: not-allowed;
}


.css-9l3uo3 {
color: #efede8;
font-size: 14px;
Expand Down

0 comments on commit 16cf94f

Please sign in to comment.