mirror of
https://github.com/fruworg/themu.git
synced 2025-01-18 08:50:51 +03:00
Compare commits
No commits in common. "e0440e9f6dba4d44aba9a7aa84289d5a50e87597" and "74059bf954c2bf6fb2232ed3d2171e1f3216f44d" have entirely different histories.
e0440e9f6d
...
74059bf954
@ -14,6 +14,7 @@ html {
|
||||
line-height: 1.6em;
|
||||
scrollbar-color: var(--maincolor) black;
|
||||
scrollbar-width: thin;
|
||||
cursor: url("//fruw.org/cursor-auto.svg") 10 10, auto;
|
||||
}
|
||||
|
||||
body{
|
||||
@ -49,11 +50,13 @@ 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 {
|
||||
|
5
static/cursor-auto.svg
Normal file
5
static/cursor-auto.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
|
||||
<svg version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="10" cy="10" r="5" fill="white" />
|
||||
</svg>
|
After Width: | Height: | Size: 272 B |
5
static/cursor-pointer.svg
Normal file
5
static/cursor-pointer.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
|
||||
<svg version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="10" cy="10" r="5" fill="black" />
|
||||
</svg>
|
After Width: | Height: | Size: 272 B |
Loading…
x
Reference in New Issue
Block a user