More icon tweaks

pull/624/merge
Svilen Markov 2025-08-06 07:13:58 +07:00
parent 306ea6a4ba
commit 270d1f83fd
1 changed files with 2 additions and 1 deletions

@ -378,10 +378,11 @@ details[open] .summary::after {
.icon {
object-fit: contain;
user-select: none;
}
.icon:not(.colored-icon) {
opacity: 0.8;
opacity: 0.85;
filter: grayscale(0.2);
transition: opacity 0.2s, filter 0.2s;
}