diff --git a/Orange_cursor.png b/Orange_cursor.png new file mode 100644 index 0000000..b4e591a Binary files /dev/null and b/Orange_cursor.png differ diff --git a/Orange_pointer.png b/Orange_pointer.png new file mode 100644 index 0000000..6363d70 Binary files /dev/null and b/Orange_pointer.png differ diff --git a/style.css b/style.css index 2347fa0..6f3e652 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ html { background-color: #1e1e1e; + cursor: url(Orange_cursor.png) , default !important } body { @@ -24,6 +25,14 @@ h1 { color: orangered; } +img { + cursor: url(Orange_pointer.png), pointer !important; +} + +a { + cursor: url(Orange_cursor.png), pointer !important; +} + .inputs { display: flex; justify-content: center; @@ -50,12 +59,14 @@ textarea::selection { input[type='checkbox'] { accent-color: orangered; + cursor: url(Orange_pointer.png), pointer !important; } button { background-color: orangered; color: #fff; cursor: pointer; + cursor: url(Orange_pointer.png), pointer !important; } button::selection {