mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-27 00:44:27 +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;
|
||
|
}
|