Skip to content

Instantly share code, notes, and snippets.

@nblumhardt
Created September 20, 2016 22:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nblumhardt/2968adf7457615a3a01e16c38daebcd0 to your computer and use it in GitHub Desktop.
Save nblumhardt/2968adf7457615a3a01e16c38daebcd0 to your computer and use it in GitHub Desktop.
Show a watermark in the Seq navbar, e.g. "production", "my app", etc.
// Paste into Settings > Theme, <refresh>
.masthead h1:after {
content: 'PRODUCTION';
position: absolute;
top: 10px;
left: 110px;
color: white;
opacity: 0.4;
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment