Fix editor styles

This commit is contained in:
techknowlogick 2018-07-13 19:15:38 -04:00 committed by GitHub
parent 5da0e0a051
commit 7f86894702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -748,3 +748,20 @@
box-shadow: 0 0 0 1px #609926 inset!important;
color: #609926!important;
}
.editor-toolbar {
background-color: #404552;
a {
color: #87ab63 !important;
}
}
.CodeMirror {
color: #9daccc;
background-color: #2b2b2b;
border-top: none;
}
.CodeMirror-gutters{
background-color: #2b2b2b;
}