Refactor subproject commit in zen-components

Update background color in zen-workspaces.css
This commit is contained in:
mr. M
2024-10-12 22:08:29 +02:00
parent 1628b4ca3e
commit 7470ff5437
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
width: 4px;
border-radius: 99px;
height: 4px;
background: color-mix(in srgb, var(--zen-primary-color) 10%, light-dark(#000, #fff) 90%);
background: color-mix(in srgb, var(--zen-primary-color) 10%, light-dark(rgba(0,0,0,.4), rgba(255,255,255,.4)) 90%);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);