Polish time machine code mirror

pull/3664/head
Alex P 2018-06-13 16:09:57 -07:00
parent c7e6306fd6
commit 5ad27c03a4
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
.cm-s-time-machine {
background-color: $g1-raven;
color: $g11-sidewalk;
.cm-variable {
@ -46,4 +47,13 @@
.cm-comment {
color: $g8-storm;
}
.CodeMirror-scrollbar-filler {
background-color: transparent;
}
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar {
@include custom-scrollbar-round($g1-raven, $g6-smoke);
}
}