Skip to content

Instantly share code, notes, and snippets.

@filippotoso
Created September 28, 2018 16:17
Show Gist options
  • Save filippotoso/e01481c7290ec445fa00c6f39225814d to your computer and use it in GitHub Desktop.
Save filippotoso/e01481c7290ec445fa00c6f39225814d to your computer and use it in GitHub Desktop.
debug.css
/*! debug.css | MIT License | zaydek.github.com/debug.css */
*:not(path):not(g) {
color: hsla(210, 100%, 100%, 0.9) !important;
background: hsla(210, 100%, 50%, 0.5) !important;
outline: solid 0.25rem hsla(210, 100%, 100%, 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