Fix inversion of dark-safe images in dark theme

This commit is contained in:
Jaifroid 2025-08-29 08:15:22 +01:00
parent 0cc33fee51
commit fbcba68bbc

View File

@ -415,6 +415,11 @@ img[data-kiwixsrc*=".svg"][height="16"], img[data-kiwixsrc*=".svg"][height="17"]
background-color: transparent !important;
}
.dark_mode_safe img, figure img[data-kiwixsrc*=".svg"], figure img[src*=".svg"] {
-webkit-filter: invert(100%);
filter: invert(100%);
}
.oo-ui-icon-bell {
opacity: 0.7 !important;
}