/* Injected links — kept subtle so reddit comments stay readable. One link per artist, coloured by platform: green = Spotify, blue = Google (bandcamp-search fallback). */ .rsl-link { text-decoration: underline dotted; text-underline-offset: 2px; cursor: pointer; } .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; }