Skip to content

Instantly share code, notes, and snippets.

@kstratis
Last active November 7, 2018 21:39
Show Gist options
  • Save kstratis/fa870e6cb94775933bd0393fca09969f to your computer and use it in GitHub Desktop.
Save kstratis/fa870e6cb94775933bd0393fca09969f to your computer and use it in GitHub Desktop.
CSS for green background
.panel.panel-primary.ef-question-panel > .panel-body > h4.text-muted{
background: #AFD2C2;
padding: 15px 15px 5px 15px;
color: #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment