Jekyll-ify a bit more

This commit is contained in:
2025-09-01 02:18:43 -04:00
parent 9140e44985
commit 054ebec020
12 changed files with 343 additions and 33 deletions
+5 -1
View File
@@ -6,10 +6,14 @@ body {
font-family: Arial, sans-serif;
}
p {
p,h3 {
color: white;
}
h2 {
color: red;
}
div {
max-width: 700px;
margin-left: auto;