mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
feat: show pointer when hovering over clickable shard
This commit is contained in:
parent
737240d4db
commit
f48a8d401f
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@
|
|||
display: block;
|
||||
float: left;
|
||||
}
|
||||
.shard:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
.shard {
|
||||
color: #fff;
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue