1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

zen-userchrome.css - fixing workspaces container color (#1194)

This commit is contained in:
johngalt
2026-01-01 21:03:59 -06:00
committed by GitHub
parent d3a79a055e
commit 618ccbcb2f

View File

@@ -8,7 +8,7 @@
--arrowpanel-color: {{colors.on_surface.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: {{colors.background.default.hex}} !important; */
}
.sidebar-placesTree {
@@ -16,7 +16,7 @@
}
#zen-workspaces-button {
background-color: {{colors.on_surface_variant.default.hex}} !important;
background-color: {{colors.surface_container.default.hex}} !important;
}
#TabsToolbar {