1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-30 01:22:06 -04:00

Update color variables in zen-userchrome.css because it got broken again (#2246)

This commit is contained in:
supposede
2026-04-20 15:16:04 +02:00
committed by GitHub
parent 6a9de8b423
commit 316428b14a

View File

@@ -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 {