maybe not on voice calls thx

This commit is contained in:
sundae 2025-12-21 19:29:30 +02:00
commit d33583484e
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M

View file

@ -479,7 +479,7 @@
} }
} }
/* Primary buttons */ /* Primary buttons */
:is([class*="primary"][role="button"], button):not(span button, [aria-label="User area"] button) /* Doesn't apply to: Text buttons, Mute/Deafen, User settings buttons */ { :is([class*="primary"][role="button"], button):not(span button, [aria-label="User area"] button, [class*="videoControls"] *) /* Doesn't apply to: Text buttons, Mute/Deafen, User settings buttons, Voice call buttons */ {
color: var(--neutral-1); color: var(--neutral-1);
border: 1px solid var(--neutral-30); border: 1px solid var(--neutral-30);
background-image: linear-gradient(var(--neutral-80), var(--neutral-40)); background-image: linear-gradient(var(--neutral-80), var(--neutral-40));