mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
hange to svg
This commit is contained in:
parent
5e8f63d6c3
commit
11b71edc46
7 changed files with 57 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue