Update main.css

This commit is contained in:
Руслан 2023-12-26 04:03:03 +06:00 committed by GitHub
parent 74059bf954
commit 52019dd623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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