Skip to content

Instantly share code, notes, and snippets.

@efbenson
Created October 1, 2013 11:29
Show Gist options
  • Save efbenson/6777089 to your computer and use it in GitHub Desktop.
Save efbenson/6777089 to your computer and use it in GitHub Desktop.
Stylebot Snippet to mark production sites to help when you are bouncing between prod and dev
#page-header-container:before {
background-color: red;
border: solid 3px black;
border-radius: 15px;
color: black;
content: "PRODUCTION";
display: block;
font-size: 2em;
font-weight: bold;
margin: 0 auto;
margin-bottom: .5em;
padding: .5em;
text-align: center;
width: 500px;
}
@efbenson
Copy link
Author

efbenson commented Oct 1, 2013

Just change the selector to match the first main element after body or main container div.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment