mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 22:52:40 +00:00
10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
@import (less) 'codemirror/lib/codemirror.css';
|
|
@import (less) 'codemirror/addon/fold/foldgutter.css';
|
|
|
|
.codeEditor{
|
|
.CodeMirror-foldmarker {
|
|
font-family: inherit;
|
|
text-shadow: none;
|
|
font-weight: 600;
|
|
}
|
|
} |