9 lines
195 B
CSS
9 lines
195 B
CSS
body {
|
|
font-size: 14px;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
|
|
Arial, sans-serif;
|
|
line-height: 1.7;
|
|
padding: 0px 10px 5px;
|
|
color: #000000;
|
|
}
|