Hai
  • ❤️Hai, Friend!
  • 📖Documentation
    • 🏌️Getting Started ...
    • 🛠️Settings
      • Theme Previews
      • Custom CSS
    • 🖍️Theming Hai!
      • 🎨Color Settings
    • 🔊Notifications
  • 💻Development
    • 📑Release Notes
      • 2023-02-10 - Beta 12
      • 2023-02-23 - Beta 11
    • 🙃Troubleshooting
Powered by GitBook
On this page
  • Variables
  • Highlight User Accounts
  1. Documentation
  2. Settings

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;
}

PreviousTheme PreviewsNextTheming Hai!

Last updated 1 month ago

📖
🛠️