theme-store/themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css
2025-02-08 10:48:12 +05:30

16 lines
No EOL
408 B
CSS

:root {
--zen-main-browser-background: var(
--mod-sameerasw-zen_transparency_color,
#00000000
) !important;
}
#main-window {
@media (-moz-bool-pref: "mod.sameerasw.zen_bg_img_enabled") {
background-image: url(--mod-sameerasw-zen_transparency) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
}