Compare commits

...

3 Commits

Author SHA1 Message Date
e0440e9f6d
Delete static/cursor-pointer.svg 2023-12-26 04:03:30 +06:00
ac2f16f960
Delete static/cursor-auto.svg 2023-12-26 04:03:22 +06:00
52019dd623
Update main.css 2023-12-26 04:03:03 +06:00
3 changed files with 0 additions and 13 deletions

View File

@ -14,7 +14,6 @@ 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") 10 10, auto;
} }
body{ body{
@ -50,13 +49,11 @@ 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") 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") 10 10, pointer;
} }
ul { ul {

View File

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

View File

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