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

16 lines
153 B
CSS

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