mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Update main.css
This commit is contained in:
parent
04ffbef983
commit
2336abb4b3
@ -14,7 +14,7 @@ html {
|
||||
line-height: 1.6em;
|
||||
scrollbar-color: var(--maincolor) black;
|
||||
scrollbar-width: thin;
|
||||
cursor: auto;
|
||||
cursor: url("//fruw.org/cursor-auto.svg") 12 12, auto;
|
||||
}
|
||||
|
||||
body{
|
||||
@ -50,13 +50,13 @@ a {
|
||||
border-bottom: 3px solid var(--maincolor);
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
cursor: url("//fruw.org/cursor-pointer.svg") 12 12, pointer;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: var(--maincolor);
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
cursor: url("//fruw.org/cursor-pointer.svg") 12 12, pointer;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
Loading…
Reference in New Issue
Block a user