mirror of
https://github.com/urbit/shrub.git
synced 2024-12-15 21:03:10 +03:00
10 lines
155 B
CSS
10 lines
155 B
CSS
.CodeMirror {
|
|
height: 100%
|
|
}
|
|
.cm-s-default .cm-atom {color: #70f}
|
|
.cm-s-default .cm-operator {color: #097}
|
|
|
|
#err {
|
|
background: #fdd;
|
|
display: none;
|
|
} |