15 lines
131 B
Plaintext
15 lines
131 B
Plaintext
![]() |
|
||
|
@bgColor: #fbfcf7;
|
||
|
|
||
|
html {
|
||
|
border: none;
|
||
|
}
|
||
|
body {
|
||
|
background-color: @bgColor;
|
||
|
}
|
||
|
* {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
pre {
|
||
|
font-size:14px;
|
||
|
}
|