Make it your own!
--accent-color
User accounts use a u-username class. To highlight a user with the username "bob", you would use the class .u-bob
.u-bob
For example, to change a post's background color, you can use:
article.card.u-bob { background-color: purple; }
Last updated 9 months ago