hange to svg

This commit is contained in:
zyqunix 2025-05-03 13:01:36 +02:00
parent 5e8f63d6c3
commit 11b71edc46
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
7 changed files with 57 additions and 12 deletions

View file

@ -541,3 +541,15 @@ div[id="name"]::after {
transition: 1s;
}
}
#bkIcon,
#fwIcon {
filter: invert(100%);
transition: 0.1s;
margin: 5px;
}
#bkIcon:not(:hover),
#fwIcon:not(:hover) {
filter: invert(1) brightness(86.6%) grayscale(1) !important;
}