Files
leanote/public/css/editor/editor-writting-mode.less
2014-10-22 16:20:45 +08:00

18 lines
168 B
Plaintext

@bgColor: #fbfcf7;
html {
border: none;
}
body {
background-color: @bgColor;
}
* {
font-size: 16px;
}
pre {
font-size:14px;
}
img {
max-width: 100% !important;
}