quick fix

This commit is contained in:
sundae 2025-12-21 14:37:05 +02:00
commit dc91689e93
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M

View file

@ -479,8 +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) /* Doesn't apply to: Text buttons, Mute/Deafen, User settings buttons */ {
color: var(--neutral-1);
border: 1px solid var(--neutral-30);
background-image: linear-gradient(var(--neutral-80), var(--neutral-40));
@ -511,9 +510,9 @@
section[aria-label="User area"] button, /* Mute/Deafen, User settings buttons */
[class*="toolbar"] [role="button"], /* Chat toolbar buttons */
):not([class*="username"], [class*="search"] *) /* Doesn't apply to: Usernames, Toolbar search icon */ {
background-image: linear-gradient(
color-mix(in lch, var(--neutral-65), transparent),
color-mix(in lch, var(--neutral-70), transparent)
background-image: linear-gradient(
color-mix(in lch, var(--neutral-65), transparent),
color-mix(in lch, var(--neutral-70), transparent)
);
box-shadow: inset 0 -5px 13px -5px
color-mix(in lch, var(--neutral-80), transparent);