13 lines
115 B
CSS
13 lines
115 B
CSS
html {
|
|
border: none;
|
|
}
|
|
body {
|
|
background-color: #fbfcf7;
|
|
}
|
|
* {
|
|
font-size: 16px;
|
|
}
|
|
pre {
|
|
font-size: 14px;
|
|
}
|