Files
leanote/public/css/editor/editor-writting-mode.less

18 lines
168 B
Plaintext
Raw Normal View History

2014-05-13 14:34:30 +08:00
@bgColor: #fbfcf7;
html {
border: none;
}
body {
background-color: @bgColor;
}
* {
font-size: 16px;
}
pre {
font-size:14px;
2014-10-22 16:20:45 +08:00
}
img {
max-width: 100% !important;
2014-05-13 14:34:30 +08:00
}