testing | dont be recursive for external domains | finalize oauth #5
|
@ -15,6 +15,22 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-family: "ComicSans", sans-serif;
|
font-family: "ComicSans", sans-serif;
|
||||||
|
|
||||||
|
cursor: url("/static/img/cursor-1.png"), auto;
|
||||||
|
-webkit-animation: cursor 400ms infinite;
|
||||||
|
animation: cursor 400ms infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@-webkit-keyframes cursor {
|
||||||
|
0% {cursor: url("/static/img/cursor-2.png"), auto;}
|
||||||
|
50% {cursor: url("/static/img/cursor-1.png"), auto;}
|
||||||
|
100% {cursor: url("/static/img/cursor-2.png"), auto;}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes cursor {
|
||||||
|
0% {cursor: url("/static/img/cursor-2.png"), auto;}
|
||||||
|
50% {cursor: url("/static/img/cursor-1.png"), auto;}
|
||||||
|
100% {cursor: url("/static/img/cursor-2.png"), auto;}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 570 B |
Binary file not shown.
After Width: | Height: | Size: 563 B |
Loading…
Reference in New Issue