Night Mode + CSS Additions (#7929)
* Night Mode and More Hotkeys * Nightmode CSS adjustments * Removed Redundant Line * Wrapped JSON.parse statements in a try catch block
This commit is contained in:
committed by
Berkeley Martinez
parent
d0c12be85e
commit
5fdc961587
@@ -29,7 +29,7 @@
|
||||
white-space: pre;
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: -10px;
|
||||
margin-top: -5px;
|
||||
overflow: auto;
|
||||
}
|
||||
dfn {
|
||||
@@ -111,3 +111,28 @@ iframe.iphone {
|
||||
right: -207px;
|
||||
}
|
||||
}
|
||||
|
||||
.night {
|
||||
.challenge-instructions blockquote {
|
||||
background-color: #242424;
|
||||
border-color: #515151;
|
||||
color: #ABABAB
|
||||
}
|
||||
div.CodeMirror {
|
||||
background-color:#242424;
|
||||
color:#ABABAB;
|
||||
&-gutters {
|
||||
background-color:#242424;
|
||||
color:#ABABAB;
|
||||
}
|
||||
.cm-bracket, .cm-tag {
|
||||
color:#5CAFD6;
|
||||
}
|
||||
.cm-property, .cm-string {
|
||||
color:#B5753A;
|
||||
}
|
||||
.cm-keyword, .cm-attribute {
|
||||
color:#9BBBDC;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user