Fix body element color

This commit is contained in:
chrox
2024-12-11 22:10:27 +01:00
parent 410d57e6f1
commit 852d16daf3
-1
View File
@@ -109,7 +109,6 @@ const getLayoutStyles = (
zoom: ${zoomLevel}%;
}
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;`}
}