Custom CSS

Make it your own!

Variables

--accent-color

Highlight User Accounts

User accounts use a u-username class. To highlight a user with the username "bob", you would use the class .u-bob

For example, to change a post's background color, you can use:

article.card.u-bob {
  background-color: purple;
}

Last updated