This commit is contained in:
hugo-profile bot
2021-08-09 17:27:10 +00:00
parent dcda8eef05
commit 5ea0bf477b
58 changed files with 3150 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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;
}