mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
10 lines
405 B
CSS
10 lines
405 B
CSS
|
|
@media {
|
|
#zen-appcontent-navbar-container {
|
|
background: var(--lwt-header-image, var(--lwt-additional-images))
|
|
no-repeat var(--lwt-background-tiling) var(--lwt-background-alignment)
|
|
var(--lwt-accent-color) !important;
|
|
background-size: var(--lwt-background-tiling) !important;
|
|
background-position-y: var(--theme-firefoxtheme-heightmove, 50%) !important;
|
|
}
|
|
}
|