Изображения перенесены в отдельную папку

This commit is contained in:
Ilia Miheev
2025-06-18 20:38:02 +03:00
parent 65578945ae
commit 4ab951ec89
6 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -5,7 +5,7 @@
html {
background-color: #1e1e1e;
cursor: url(Orange_cursor.png) , default !important
cursor: url(img/Orange_cursor.png) , default !important
}
body {
@@ -26,11 +26,11 @@ h1 {
}
img {
cursor: url(Orange_pointer.png), pointer !important;
cursor: url(img/Orange_pointer.png), pointer !important;
}
a {
cursor: url(Orange_cursor.png), pointer !important;
cursor: url(img/Orange_cursor.png), pointer !important;
}
.inputs {
@@ -59,14 +59,14 @@ textarea::selection {
input[type='checkbox'] {
accent-color: orangered;
cursor: url(Orange_pointer.png), pointer !important;
cursor: url(img/Orange_pointer.png), pointer !important;
}
button {
background-color: orangered;
color: #fff;
cursor: pointer;
cursor: url(Orange_pointer.png), pointer !important;
cursor: url(img/Orange_pointer.png), pointer !important;
}
button::selection {