Files
hugo-profile/static/css/v3/list.css
T
gurusabarish 0cf404308f list view
2021-06-08 16:16:14 +05:30

18 lines
265 B
CSS

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