Do the color inversion for the IC logos when darkmode is enabled, the logos are then shown as white on black background.

This fixes issue #242
This commit is contained in:
Jan Böhmer 2023-03-11 19:48:42 +01:00
parent 31f9145d3f
commit a9b3dcd2c2
2 changed files with 5 additions and 1 deletions

View file

@ -31,3 +31,7 @@
.darkmode--activated .hoverpic:hover {
background: black;
}
.tools-ic-logos img {
mix-blend-mode: normal;
}