mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-02 02:22:06 -04:00
Update color variables in zen-userchrome.css because it got broken again (#2246)
This commit is contained in:
@@ -5,10 +5,21 @@
|
|||||||
--toolbar-field-color: {{colors.on_background.default.hex}} !important;
|
--toolbar-field-color: {{colors.on_background.default.hex}} !important;
|
||||||
--tab-selected-textcolor: {{colors.primary.default.hex}} !important;
|
--tab-selected-textcolor: {{colors.primary.default.hex}} !important;
|
||||||
--toolbar-color: {{colors.on_background.default.hex}} !important;
|
--toolbar-color: {{colors.on_background.default.hex}} !important;
|
||||||
--arrowpanel-color: {{colors.on_surface.default.hex}} !important;
|
--arrowpanel-color: {{colors.on_background.default.hex}} !important;
|
||||||
--arrowpanel-background: {{colors.surface_container.default.hex}} !important;
|
--arrowpanel-background: {{colors.surface_container.default.hex}} !important;
|
||||||
--sidebar-text-color: {{colors.on_background.default.hex}} !important;
|
--sidebar-text-color: {{colors.on_background.default.hex}} !important;
|
||||||
--zen-main-browser-background: {{colors.background.default.hex}} !important;
|
--zen-main-browser-background: {{colors.background.default.hex}} !important;
|
||||||
|
--zen-main-browser-background-toolbar: {{colors.background.default.hex}} !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zen-browser-background {
|
||||||
|
--zen-main-browser-background: {{colors.background.default.hex}} !important;
|
||||||
|
--zen-background-opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zen-toolbar-background {
|
||||||
|
--zen-main-browser-background-toolbar: {{colors.background.default.hex}} !important;
|
||||||
|
--zen-background-opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-placesTree {
|
.sidebar-placesTree {
|
||||||
|
|||||||
Reference in New Issue
Block a user