Files
hugo-profile/static/css/v3/list.css
T
gurusabarish a5a500ba91 v3 light theme
2021-06-17 11:25:30 +05:30

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