mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 04:33:54 +02:00
10 lines
376 B
CSS
10 lines
376 B
CSS
:root {
|
|
--zen-colors-primary: var(--tab-loading-fill) !important;
|
|
--zen-colors-secondary: var(--tab-loading-fill) !important;
|
|
--zen-colors-tertiary: color-mix(in srgb, var(--lwt-accent-color), black var(--uc-pywalzen-darkness)) !important;
|
|
--toolbarbutton-icon-fill: var(--tab-loading-fill) !important;
|
|
}
|
|
|
|
#commonDialogWindow {
|
|
background-color: black !important;
|
|
}
|