Avoid overriding some background colors

This commit is contained in:
chrox
2024-12-11 18:16:02 +01:00
parent 902a230095
commit 9dd7e6de5e
+1 -1
View File
@@ -108,7 +108,7 @@ const getLayoutStyles = (
color: ${fg};
zoom: ${zoomLevel}%;
}
body *:not(#b1):not(#b1 *):not(#b2):not(#b2 *) {
body *:not(#b1):not(#b1 *):not(#b2):not(#b2 *):not(.bg):not(.bg *):not(.vol):not(.vol *):not(.background):not(.background *) {
color: inherit;
border-color: currentColor !important;
${bg === '#ffffff' ? '' : `background-color: ${bg} !important;`}