Add all news posts (still some TODOs)

This commit is contained in:
Ben Visness
2024-11-05 23:39:43 -06:00
parent 37b84b65b6
commit b0cc2f4e79
36 changed files with 1288 additions and 8 deletions

View File

@@ -104,3 +104,10 @@
background-color: #fff3cd;
color: #856404;
}
// Disable the horrendous open and close quotes on blockquote content
blockquote p:first-of-type {
&::before, &::after {
content: "" !important;
}
}