Skip to content

Purple Prime Gaming Badge by kittymmeow

Screenshot of Purple Prime Gaming Badge

Details

Authorkittymmeow

LicenseNo License

Categorytwitch

Created

Updated

Size452 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

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

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);
    }
}

Reviews

No reviews yet.