This commit is contained in:
Parker TenBroeck 2026-04-25 00:14:45 -04:00
parent d583454cc2
commit 94b8cbf3ce
4 changed files with 53 additions and 2 deletions

View file

@ -60,6 +60,13 @@ img,video {
background-color: var(--grey-dark);
}
.badge-88x31 {
width: 176px;
height: 62px;
image-rendering: pixelated;
image-rendering: crisp-edges;
}
h1,
h2,
h3,
@ -139,5 +146,3 @@ figure figcaption {
font-size: 0.9rem;
color: var(--fg-muted);
}