Files
leanote/public/css/editor/editor-writting-mode.less
2014-05-13 14:34:30 +08:00

15 lines
131 B
Plaintext

@bgColor: #fbfcf7;
html {
border: none;
}
body {
background-color: @bgColor;
}
* {
font-size: 16px;
}
pre {
font-size:14px;
}