blog post 'hshwd release' + hshwd project page

This commit is contained in:
2026-02-05 21:26:07 +01:00
parent 6363b15c5a
commit 2fcc58a46f
12 changed files with 468 additions and 39 deletions

View File

@@ -79,7 +79,7 @@ h3 {
margin-bottom: 0.5em;
}
p, ol, ul, li, .bold, .light, .credit, .monospace {
p, ol, ul, li, code, .bold, .light, .credit, .monospace {
font-family: system-ui, sans-serif;
font-weight: 400;
font-size: 1em;
@@ -109,8 +109,11 @@ a {
font-style: italic;
}
.monospace {
code, .monospace {
font-family: ui-monospace, monospace;
}
.monospace {
background-color: var(--surface);
border: 1px solid var(--outline);
border-radius: 0.5em;