mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-30 09:32:05 -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;
|
||||
--tab-selected-textcolor: {{colors.primary.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;
|
||||
--sidebar-text-color: {{colors.on_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 {
|
||||
|
||||
Reference in New Issue
Block a user