Enhance workspace indicator styling for improved visibility and aesthetics

This commit is contained in:
mr. M
2025-01-27 21:28:49 +01:00
parent 9c7c8fc227
commit 5c2274f429

View File

@@ -68,9 +68,12 @@
filter 0.2s;
}
#zen-current-workspace-indicator-icon,
&[active='true'] {
filter: none;
opacity: 1;
color: transparent;
text-shadow: 0 0 0 color-mix(in srgb, var(--zen-primary-color) 80%, transparent 20%);
}
}
}