Добавлены кастомные курсоры

This commit is contained in:
Ilia Miheev
2025-06-18 20:23:03 +03:00
parent e7338143ec
commit 65578945ae
3 changed files with 11 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

+11
View File
@@ -5,6 +5,7 @@
html { html {
background-color: #1e1e1e; background-color: #1e1e1e;
cursor: url(Orange_cursor.png) , default !important
} }
body { body {
@@ -24,6 +25,14 @@ h1 {
color: orangered; color: orangered;
} }
img {
cursor: url(Orange_pointer.png), pointer !important;
}
a {
cursor: url(Orange_cursor.png), pointer !important;
}
.inputs { .inputs {
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -50,12 +59,14 @@ textarea::selection {
input[type='checkbox'] { input[type='checkbox'] {
accent-color: orangered; accent-color: orangered;
cursor: url(Orange_pointer.png), pointer !important;
} }
button { button {
background-color: orangered; background-color: orangered;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
cursor: url(Orange_pointer.png), pointer !important;
} }
button::selection { button::selection {