fix theming issues

This commit is contained in:
bmFtZQ 2021-03-29 23:23:42 +08:00 committed by GitHub
parent 7d091bc98f
commit 199ba2724e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,10 @@
background-color: var(--lwt-accent-color) !important;
}
#navigator-toolbox {
background-color: var(--lwt-accent-color) !important;
}
:root[lwtheme-image] #navigator-toolbox {
background-image: var(--lwt-header-image), var(--lwt-additional-images) !important;
background-repeat: no-repeat, var(--lwt-background-tiling) !important;