Stats Button

This commit is contained in:
ssyyhhrr
2023-01-23 21:52:21 +00:00
parent 024cf4270b
commit 89a4281a52
3 changed files with 56 additions and 36 deletions

View File

@@ -142,7 +142,11 @@ input[type=text] {
flex: 1;
}
.info:hover {
.info i {
transition: all 0.2s;
}
.info i:hover {
color: #D3D3D3;
cursor: pointer;
}