18 lines
265 B
CSS
18 lines
265 B
CSS
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
body {
|
|
font-family: "Roboto", sans-serif;
|
|
background-color: #eaedf0;
|
|
}
|
|
.post-ol {
|
|
list-style-type: decimal-leading-zero;
|
|
padding-top: 1%;
|
|
}
|
|
.post-ol li {
|
|
padding-top: 3%;
|
|
}
|
|
.post-sum p {
|
|
margin: 0;
|
|
}
|