Created
January 31, 2017 12:35
-
-
Save joshuamabina/1d3bfcd998f88e8ce6b2dce0199f21d2 to your computer and use it in GitHub Desktop.
Turn of the lights, baby!
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
/* debug.css */ | |
/* Turn off the lights, baby! */ | |
html, body, header, section, div, ul, li, footer, a, span, button, form, input, textarea { background: #333 !important; color: #fff !important; } | |
h1, h2, h3, h4, h5, h6, p { color: #fff !important; } | |
a, a.navbar-brand, .btn-link { color: #3c3 !important; border-color: #3c3 !important; } | |
.btn { background: #333 !important; border-color: #111; color: #fff; } | |
.progress-bar { background: #3c3 !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment