/* 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 */ } .rsl-link:hover { text-decoration-style: solid !important; }