WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

444

just change the hex code to another color of your choice. only affects posts in your subverse with your custom css.

body a.lv0 { color: #009cb3 !important; }

body a.lv2 { color: #37883a !important; }

body a.lv6 { color: #e2cc01 !important; }

body a.lv20 { color: #d39503 !important; }

body a.lv30 { color: #a90000 !important; }

body a.lv50 { color: #4163AC !important; }

just change the hex code to another color of your choice. only affects posts in your subverse with your custom css. >body a.lv0 { color: #009cb3 !important; } >body a.lv2 { color: #37883a !important; } >body a.lv6 { color: #e2cc01 !important; } >body a.lv20 { color: #d39503 !important; } >body a.lv30 { color: #a90000 !important; } >body a.lv50 { color: #4163AC !important; }

(post is archived)

[–] 1 pt

You forgot to mention to change

body

to

body.dark

to split colours between day and night modes.

otherwise nice find!