Skip to content

Instantly share code, notes, and snippets.

@abhirathore2006
Created November 3, 2019 09:54
Show Gist options
  • Save abhirathore2006/bf20104ab3d68ba045661a5a563beff7 to your computer and use it in GitHub Desktop.
Save abhirathore2006/bf20104ab3d68ba045661a5a563beff7 to your computer and use it in GitHub Desktop.
css to 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