Добавлены кастомные курсоры
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user