From d33583484e9f116b8a56c54fd67736c868cffec8 Mon Sep 17 00:00:00 2001 From: sundae Date: Sun, 21 Dec 2025 19:29:30 +0200 Subject: [PATCH] maybe not on voice calls thx --- denden.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denden.css b/denden.css index da4c249..bef15cc 100644 --- a/denden.css +++ b/denden.css @@ -479,7 +479,7 @@ } } /* 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); border: 1px solid var(--neutral-30); background-image: linear-gradient(var(--neutral-80), var(--neutral-40));