mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 04:33:54 +02:00
16 lines
No EOL
408 B
CSS
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;
|
|
}
|
|
}
|
|
|