Skip to content

Instantly share code, notes, and snippets.

@elfenlaid
Created April 27, 2021 07:11
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 elfenlaid/5456b9a5f0a753d1f2f2ec58e0a63f8a to your computer and use it in GitHub Desktop.
Save elfenlaid/5456b9a5f0a753d1f2f2ec58e0a63f8a to your computer and use it in GitHub Desktop.
Outlines page's elements, aside from SVG internals
*: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