Skip to content

Instantly share code, notes, and snippets.

View kayoroxa's full-sized avatar
🌴
On vacation

Caio Rocha kayoroxa

🌴
On vacation
View GitHub Profile
/*! 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;
}