Skip to content

Instantly share code, notes, and snippets.

@bstst
Created March 14, 2019 13:44
Show Gist options
  • Save bstst/93c0b52e490e73d43acdfe69a1c5af49 to your computer and use it in GitHub Desktop.
Save bstst/93c0b52e490e73d43acdfe69a1c5af49 to your computer and use it in GitHub Desktop.
outline
document.querySelectorAll('*').forEach(item => item.style = `${item.style.cssText}; outline: 2px solid rgba(255, 0, 0, 0.2);`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment