Update main.css

This commit is contained in:
Руслан 2023-10-10 01:38:22 +06:00 committed by GitHub
parent 23c15b1f97
commit e3ab1ea3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ html {
line-height: 1.6em;
scrollbar-color: var(--maincolor) black;
scrollbar-width: thin;
cursor: url("//fruw.org/cursor-auto.svg") 12 12, auto;
cursor: url("//fruw.org/cursor-auto.svg") 10 10, auto;
}
body{
@ -50,13 +50,13 @@ a {
border-bottom: 3px solid var(--maincolor);
color: inherit;
text-decoration: none;
cursor: url("//fruw.org/cursor-pointer.svg") 12 12, pointer;
cursor: url("//fruw.org/cursor-pointer.svg") 10 10, pointer;
}
a:hover {
background-color: var(--maincolor);
color: black;
cursor: url("//fruw.org/cursor-pointer.svg") 12 12, pointer;
cursor: url("//fruw.org/cursor-pointer.svg") 10 10, pointer;
}
ul {