Skip to content

Instantly share code, notes, and snippets.

@Chrisedmo
Forked from zaydek-old/bookmark.min.js
Created April 17, 2018 08:50
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 Chrisedmo/dc1973b3477a746ab7e19750728b1350 to your computer and use it in GitHub Desktop.
Save Chrisedmo/dc1973b3477a746ab7e19750728b1350 to your computer and use it in GitHub Desktop.
A simple CSS debugger
*:not(path) {
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