Topic: How to change next color

Posted under e621 Tools and Applications

I would like to change the color of the next button to purple when there is something next
in the pool, but I don't know how to the CSS thing

funbrain10 said:
I would like to change the color of the next button to purple when there is something next
in the pool, but I don't know how to the CSS thing

something like:

#pool-nav a.next{
color: violet;
}

:)

  • 1