/* Injected links — kept subtle so reddit comments stay readable. One link per artist/album, coloured by platform: green = Spotify, blue = Google (bandcamp-search fallback). Album links are italicised (the usual title convention) so an album reads differently from an artist at a glance; the platform colour is unchanged. */ .rsl-link { text-decoration: underline dotted; text-underline-offset: 2px; cursor: pointer; } .rsl-album { font-style: italic; } .rsl-spotify { text-decoration-color: #1db954 !important; /* spotify green */ } .rsl-google { text-decoration-color: #4a72d0 !important; /* google-ish blue */ } /* Optional secondary "bc" link to a DIRECT Bandcamp page (the Odesli enrichment). Small and superscript so it sits unobtrusively beside the primary artist/album link. */ .rsl-bandcamp { text-decoration-color: #629aa9 !important; /* bandcamp teal */ } .rsl-direct { font-size: 0.72em; vertical-align: super; margin-left: 2px; } .rsl-link:hover { text-decoration-style: solid !important; }