pre release

This commit is contained in:
q 2024-11-12 16:45:42 -05:00
parent 31022358ed
commit 79de710800
40 changed files with 848 additions and 20 deletions

View file

@ -1,3 +1,18 @@
body {
background: var(--bg-primary);
background-color: var(--bg-primary);
font-family: var(--font-body);
}
article p, article li {
font-size: large;
font-family: var(--font-body);
}
img {
max-width: 600px;
}
.main {
display: flex;
justify-content: center;