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
23c15b1f97
commit
e3ab1ea3c4
@ -14,7 +14,7 @@ html {
|
|||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
scrollbar-color: var(--maincolor) black;
|
scrollbar-color: var(--maincolor) black;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
cursor: url("//fruw.org/cursor-auto.svg") 12 12, auto;
|
cursor: url("//fruw.org/cursor-auto.svg") 10 10, auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
@ -50,13 +50,13 @@ a {
|
|||||||
border-bottom: 3px solid var(--maincolor);
|
border-bottom: 3px solid var(--maincolor);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
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 {
|
a:hover {
|
||||||
background-color: var(--maincolor);
|
background-color: var(--maincolor);
|
||||||
color: black;
|
color: black;
|
||||||
cursor: url("//fruw.org/cursor-pointer.svg") 12 12, pointer;
|
cursor: url("//fruw.org/cursor-pointer.svg") 10 10, pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
Loading…
Reference in New Issue
Block a user