writting mode v0.1
This commit is contained in:
15
public/css/editor/editor-writting-mode.less
Normal file
15
public/css/editor/editor-writting-mode.less
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
@bgColor: #fbfcf7;
|
||||
|
||||
html {
|
||||
border: none;
|
||||
}
|
||||
body {
|
||||
background-color: @bgColor;
|
||||
}
|
||||
* {
|
||||
font-size: 16px;
|
||||
}
|
||||
pre {
|
||||
font-size:14px;
|
||||
}
|
Reference in New Issue
Block a user