mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-23 01:12:04 +00:00
8 lines
No EOL
143 B
CSS
8 lines
No EOL
143 B
CSS
.listitem-hover:hover {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
|
|
.listitem-hover {
|
|
transition: filter 0.1s ease-in;
|
|
} |