Skip to content

Commit

Permalink
Update text-shadow property for improved visibility in zen-workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jan 27, 2025
1 parent d4a9f90 commit 29a0707
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/browser/base/content/zen-styles/zen-workspaces.css
Original file line number Diff line number Diff line change
Expand Up @@ -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'] {
Expand Down

0 comments on commit 29a0707

Please sign in to comment.