From 16cf94f5febebe3d6752cdfe9b0065db674d55a3 Mon Sep 17 00:00:00 2001 From: MargoMarm Date: Wed, 27 Sep 2023 20:46:34 +0200 Subject: [PATCH] Update index.css --- src/index.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index ef255f86..477ac773 100644 --- a/src/index.css +++ b/src/index.css @@ -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); @@ -54,7 +52,7 @@ a { text-decoration: none; } a:hover { - cursor: url('./assets/cursor-pointer.png'), pointer; + cursor: pointer; } ul { list-style: none; @@ -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;