Skip to content

Instantly share code, notes, and snippets.

@michventura
Created February 27, 2020 17:26
Show Gist options
  • Save michventura/f2b0ff475f72d6140e9c58854db22fd8 to your computer and use it in GitHub Desktop.
Save michventura/f2b0ff475f72d6140e9c58854db22fd8 to your computer and use it in GitHub Desktop.
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }
*:not(path):not(g) {
border: 1px solid rgba(255, 255, 255, 0) !important;
outline: 1px solid rgba(0, 0, 0, 0.5) !important;
box-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment