Skip to content

Instantly share code, notes, and snippets.

@tulvit
Created September 15, 2019 17:59
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 tulvit/7cca6ba79d277d31cb37fd8d4c7b1448 to your computer and use it in GitHub Desktop.
Save tulvit/7cca6ba79d277d31cb37fd8d4c7b1448 to your computer and use it in GitHub Desktop.
Development CSS (highlighting all elements)
* {
color: #ffffff !important;
background-color: rgba(9, 52, 80, 0.7) !important;
outline: 0.25rem dashed rgba(255, 255, 255, 0.5) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment