Restrict inversion to images

This commit is contained in:
Matthias M 2021-05-24 19:46:51 +02:00
parent 3ecc7add82
commit 3d50972489

View file

@ -60,8 +60,8 @@
border-color: #525252;
}
.topbut,
.linkb:active:hover .topbut {
img.topbut,
.linkb:active:hover img.topbut {
filter: invert(1);
}
}