Vanessa 2025-07-27 11:46:06 +08:00
parent ccbcb4b809
commit fc67bcc9e8
2 changed files with 6 additions and 2 deletions

View file

@ -918,6 +918,11 @@
clear: both;
display: flex;
font-size: 87.5%;
align-items: center;
.counter:hover {
background-color: var(--b3-list-icon-hover);
}
svg {
transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1), opacity 1s cubic-bezier(0, 0, 0.2, 1);