This commit is contained in:
Jori Lallo
2016-03-10 22:54:47 -08:00
parent f6456a3817
commit 7225c01924
11 changed files with 121 additions and 39 deletions

View File

@@ -11,10 +11,11 @@
@import url(https://fonts.googleapis.com/css?family=Cousine:400,700,700italic,400italic);
.cm-s-atlas.CodeMirror {
background: #fcfcfc;
background: #ffffff;
color: #202020;
font-family: 'Cousine', 'Monaco', monospace;
font-weight: 300;
height: auto;
}
.cm-s-atlas div.CodeMirror-selected {
background: #90CAF9;