Update text-shadow property for improved visibility in zen-workspaces

This commit is contained in:
mr. M
2025-01-27 22:25:39 +01:00
parent d4a9f9058d
commit 29a0707bcd

View File

@@ -62,9 +62,8 @@
@media not (-moz-bool-pref: 'zen.workspaces.hide-deactivated-workspaces') {
& {
color: transparent;
text-shadow: 0 0 0 var(--zen-toolbar-element-bg);
transition: text-shadow 0.4s ease;
transition-delay: 0.2s; /* Wait for new accent color to be applied */
text-shadow: 0 0 0 light-dark(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.15));
transition: text-shadow 0.2s ease;
}
&[active='true'] {