Skip to content

bandcamp.com by skullvalanche

Screenshot of bandcamp.com

Details

Authorskullvalanche

LicenseNo License

Categorybandcamp.com

Created

Updated

Code size1.6 kB

Code checksum5d8633ef

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Color changes to bandcamp pages, with a focus on color-blind friendly choices.

Notes

Improvements and Suggestions welcome

Source code

/* ==UserStyle==
@name           bandcamp.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    color changes focused on color-blind friendly choices
@author         skullvalanche
==/UserStyle== */
@-moz-document domain("bandcamp.com") {

    #band-navbar {
        background-color: #bbb7b7;
    }

    #pgBd {
        background-color: #ddd7d7;
        color: #000;
    }

    p.title {
        color: black;
    }

    div#trackInfo span,
    div#trackInfo div {
        color: black;
    }

    div#pgBd span a {
        color: blue;
    }

    a.custom-color,
    .custom-link-color,
    #trackInfo a:not(.notSkinnable),
    #trackInfo .buy-link,
    #tagArea a,
    #rightColumn a,
    #name-section a,
    #indexpage a,
    .editable-grid a,
    .featured-grid a,
    #band-navbar a,
    #live-ticket-item a.themeable,
    #live-ticket-item .buy-link,
    #live-ticket-item .more-merch a,
    #merch-item p a,
    #merch-item .buy a,
    #merch-item .more-merch a,
    button.order_package_link.buy-link,
    h4.ft.compound-button.send-as-gift,
    .share-collect-controls a,
    .share-collect-controls button,
    .follow-unfollow,
    .follow-unfollow div,
    .collected-by a,
    .subscribe a,
    .sub a,
    .video-list a,
    .sub .main a,
    .subwelcome a,
    .artists-grid-name a,
    .featured-grid-name,
    .label-welcome .buttons a.new,
    .themed .label-band-selector a.themeable,
    .tralbum-tags a,
    button.join-live-event.live-event.live-event-stream-button {
        color: blue;
    }
}

Reviews

No reviews yet.