mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-24 03:55:50 -04:00
Fix inversion of dark-safe images in dark theme
This commit is contained in:
parent
0cc33fee51
commit
fbcba68bbc
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user