Files
hugo-profile/css/v3/list.css
T
hugo-profile bot 5ea0bf477b deploy: 47bc00e9d4
2021-08-09 17:27:10 +00:00

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;
}