feature: Style single post template
Deploy to Dreamhost (dev) / build (push) Successful in 33s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-05 17:04:30 -05:00
parent b4fb3b051b
commit 53b87c20fd
3 changed files with 70 additions and 42 deletions
+13
View File
@@ -3,3 +3,16 @@
.social-icons svg {
@apply bg-transparent fill-white rounded-full block;
}
.post-title h1 {
@apply mb-8 text-cwc-blue-01 leading-none;
&::after {
background: var(--color-secondary);
content: "";
display: block;
height: 4px;
margin-top: 0.45rem;
width: 3rem;
}
}