Twitch: more readable chat names
Brightens and bolds chat usernames so dark colours stay readable against the dark background.
Code to copy
/* Force a minimum brightness on chat usernames for readability */
.chat-author__display-name,
.chat-author__intl-login {
filter: brightness(1.6) saturate(0.7) !important;
font-weight: 700 !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.