Skip to content

Instantly share code, notes, and snippets.

@Polkovn1k
Last active March 17, 2023 18:57
Show Gist options
  • Save Polkovn1k/f42a7a0c075a38e024dffe596629242b to your computer and use it in GitHub Desktop.
Save Polkovn1k/f42a7a0c075a38e024dffe596629242b to your computer and use it in GitHub Desktop.
CSS-debug (CSS)
//-------------Light -v
* {
outline: 1px dashed lightgray;
}
//-------------Full -v
*: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