Created
September 20, 2016 22:18
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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