Compare commits

..

No commits in common. "e0440e9f6dba4d44aba9a7aa84289d5a50e87597" and "74059bf954c2bf6fb2232ed3d2171e1f3216f44d" have entirely different histories.

3 changed files with 13 additions and 0 deletions

View File

@ -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
View 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

View 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