Any live examples of category-specific CSS styling?

This will work:

body.category-ux {
  /* specific CSS here */
  .post-stream {
    color: red
    }
}
8 Likes