adjusted the code mirror selected color

This commit is contained in:
Andy Miller
2016-03-08 16:03:10 -07:00
parent 392b32e724
commit 0ed67f0f4e
3 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -17,6 +17,9 @@
position: relative;
z-index: 10;
}
.CodeMirror-selected {
background: #FDFFE3;
}
}