Corrections to blog post

This commit is contained in:
Dan 2026-01-04 18:33:46 +00:00
parent c0c7ac360d
commit 7f38596f56
8 changed files with 33 additions and 8 deletions

View file

@ -466,6 +466,14 @@
}
}
// Horizontal rules
hr {
border: none;
border-top: 2px dashed #0f0;
margin: 2em 0;
opacity: 0.6;
}
.read-more {
display: inline-block;
margin-top: 10px;