mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Compare commits
3 Commits
74059bf954
...
e0440e9f6d
Author | SHA1 | Date | |
---|---|---|---|
e0440e9f6d | |||
ac2f16f960 | |||
52019dd623 |
@ -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 {
|
||||
|
@ -1,5 +0,0 @@
|
||||
<?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>
|
Before Width: | Height: | Size: 272 B |
@ -1,5 +0,0 @@
|
||||
<?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>
|
Before Width: | Height: | Size: 272 B |
Loading…
Reference in New Issue
Block a user