Files
leanote/public/css/css/editor-writting-mode.css
2015-09-05 23:30:24 +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;
}