Viewing a single comment thread. View all comments

sudo wrote

Add this to the CSS:

a[href$="/spoiler"],a[href$="#spoiler"],a[href$="/s"],a[href$="#s"] /*Spoiler text*/ {
    background: var(--color-background);
    color: var(--color-background);
}

Make sure to define --color-background for the daytime and nighttime themes. Have a look at the material-beta CSS to see how /u/Shining_Wing did it.

5

[deleted] wrote (edited )

4

[deleted] wrote (edited )

3