feat: add archive.html template

This commit is contained in:
st1020 2023-10-23 20:42:54 +08:00
parent 70876ae0d2
commit f9b448197c
4 changed files with 45 additions and 0 deletions

View file

@ -1553,6 +1553,10 @@ body {
padding-left: 1rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
@ -1569,6 +1573,10 @@ body {
text-align: center;
}
.font-mono {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;