Skip to content

Instantly share code, notes, and snippets.

@mcallegari10
Created September 20, 2017 21:58
Show Gist options
  • Save mcallegari10/d009d1eb3f6cf35f684250ed674604b9 to your computer and use it in GitHub Desktop.
Save mcallegari10/d009d1eb3f6cf35f684250ed674604b9 to your computer and use it in GitHub Desktop.
Styles overriding examples
.conversation-container > .header {
background-color: red;
}
.message > .response {
background-color: black;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment