Fix editor styles
This commit is contained in:
parent
5da0e0a051
commit
7f86894702
|
@ -748,3 +748,20 @@
|
||||||
box-shadow: 0 0 0 1px #609926 inset!important;
|
box-shadow: 0 0 0 1px #609926 inset!important;
|
||||||
color: #609926!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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user