Skip to content

Instantly share code, notes, and snippets.

@tathamoddie
Created July 8, 2011 02:11
Show Gist options
  • Save tathamoddie/1070962 to your computer and use it in GitHub Desktop.
Save tathamoddie/1070962 to your computer and use it in GitHub Desktop.
One color to rule them all.
<div id="foo"><div class="bar">Baz</div></div>
div .bar { color: #f00; }
#foo div { color: #0f0; }
.bar { color: #00f; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment