/* Injected links — kept subtle so reddit comments stay readable. One link per artist, coloured by platform: green = Spotify, teal = Bandcamp. */ .rsl-link { text-decoration: underline dotted; text-underline-offset: 2px; cursor: pointer; } .rsl-spotify { text-decoration-color: #1db954 !important; /* spotify green */ } .rsl-bandcamp { text-decoration-color: #629aa9 !important; /* bandcamp teal */ } .rsl-link:hover { text-decoration-style: solid !important; }