Files
CWC/styles/base/misc.css
T
Keith Solomon 53b87c20fd
Deploy to Dreamhost (dev) / build (push) Successful in 33s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
feature: Style single post template
2026-07-05 17:04:30 -05:00

19 lines
362 B
CSS

/* Miscellaneous extra styles */
.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;
}
}