Skip to content

Instantly share code, notes, and snippets.

@kcclemo
Last active December 7, 2018 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcclemo/b3d7d0399527439d3681b332f3fceb22 to your computer and use it in GitHub Desktop.
Save kcclemo/b3d7d0399527439d3681b332f3fceb22 to your computer and use it in GitHub Desktop.
Some CSS rules that apply borders to everything on the page so that the box model can be seen visually.
/*! 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