Skip to content

Instantly share code, notes, and snippets.

@michaelmrose
Created January 15, 2016 23:51
Show Gist options
  • Save michaelmrose/213f7ba094a43b81f714 to your computer and use it in GitHub Desktop.
Save michaelmrose/213f7ba094a43b81f714 to your computer and use it in GitHub Desktop.
@-moz-document domain("www.freecodecamp.com") {
body {background: #0c0c0c;}
.navbar {background: #111;}
.navbar-right{background: #111;}
.panel-heading{
background: #111 !important;
border-color:#111 !important;
}
.panel-info{border-color:#111;}
.panel-body{background-color:#222}
td {color:white !important;}
.cm-s-monokai.CodeMirror{background-color:#1D1D1D !important;}
#scroll-locker {background: #1D1D1D; color: #F8F8F2;}
code {background: #1D1D1D; color: #AE7FDA;}
#submitButton {
border-left-color: #AE7FDA;
border-right-color: #AE7FDA;
border-top-color: #AE7FDA;
border-bottom-color: #AE7FDA;
color: #AE7FDA;
}
#trigger-reset-modal{
border-left-color: #AE7FDA;
border-right-color: #AE7FDA;
border-top-color: #AE7FDA;
border-bottom-color: #AE7FDA;
color: #AE7FDA;
}
#challenge-help-btn{
border-left-color: #AE7FDA;
border-right-color: #AE7FDA;
border-top-color: #AE7FDA;
border-bottom-color: #AE7FDA;
color: #AE7FDA;
}
#trigger-issue-modal{
border-left-color: #AE7FDA;
border-right-color: #AE7FDA;
border-top-color: #AE7FDA;
border-bottom-color: #AE7FDA;
color: #AE7FDA;
}
#mainEditorPanel{background: #0c0c0c !important; }
body.no-top-and-bottom-margins {background:#0c0c0c !important;}
.row ng-scope{background:#0c0c0c !important;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment