Restrict inversion to images

This commit is contained in:
Matthias M 2021-05-24 19:46:51 +02:00
parent c289544390
commit ee23d3781d

View File

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