Add a bunch more blog stuff and templates

This commit is contained in:
Bun 2025-07-03 16:39:21 -04:00
parent a67ac803b3
commit 2a815643c0
16 changed files with 161 additions and 23 deletions

View file

@ -38,6 +38,10 @@ body {
min-height: 100%;
}
img {
image-rendering: pixelated;
}
.subtitle {
color: var(--subtext-color);
font-size: 14px;
@ -55,10 +59,6 @@ a:hover {
outline: 3px solid;
}
h1 {
font-weight: bold;
}
#main {
background-color: var(--elm-bg-color);
@ -75,6 +75,12 @@ h1 {
font-size: 16px;
}
.blocktitle {
font-weight: bold;
background-color: var(--elm-inv-bg-color);
color: var(--text-inv-color);
}
@media (max-width: 1200px) {
body {
margin: 0;
@ -85,6 +91,7 @@ h1 {
width: 70%;
padding: 0;
top: 0;
font-size: 15px;
}
.container {
@ -100,10 +107,11 @@ h1 {
}
}
@media (max-width: 650px) {
}
li {
list-style-type: square;
padding-bottom: 0.5em;
}
.postlist-item {
padding-bottom: 2em;
}