Makes the unread badge on the Prime Gaming offers purple so it's less annoying.
Purple Prime Gaming Badge by kittymmeow

Details
Authorkittymmeow
LicenseNo License
Categorytwitch
Created
Updated
Code size452 B
Code checksumbcaaa6d4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This leaves the unread whispers badge red, so that it stands out more.
Source code
/* ==UserStyle==
@name Purple Prime Gaming Badge
@version 2024.12
@namespace https://userstyles.world/user/kittymmeow
@description Makes the unread badge on the Prime Gaming offers purple so it's less annoying.
@author kittymmeow
@license No License
==/UserStyle== */
@-moz-document domain("twitch.tv") {
.prime-offers__pill .tw-number-badge__badge {
background-color: var(--color-text-link);
}
}