mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:37:52 +01:00
fix stuff :3
This commit is contained in:
parent
275dbbce16
commit
4559681a7f
1 changed files with 10 additions and 1 deletions
|
@ -744,7 +744,16 @@ body {
|
||||||
|
|
||||||
|
|
||||||
body {cursor: url('/static/cursor.ico'), default}
|
body {cursor: url('/static/cursor.ico'), default}
|
||||||
a {cursor: url('/static/cursor-pointer.ico'), pointer}
|
|
||||||
|
a,
|
||||||
|
btn,
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
select,
|
||||||
|
button,
|
||||||
|
summary,
|
||||||
|
span > a,
|
||||||
|
li > a {cursor: url('/static/cursor-pointer.ico'), pointer}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in a new issue