Enhance post cards with date, reading time, and comment count metadata

This commit is contained in:
Adolfo Reyna
2026-03-12 23:35:34 -04:00
parent d4d53ca56b
commit 63fafb4489
3 changed files with 41 additions and 2 deletions

View File

@@ -240,6 +240,23 @@ img {
color: var(--wp--preset--color--hover);
}
.post-card-info {
display: flex;
align-items: center;
gap: 8px;
font-size: 11px;
color: var(--wp--preset--color--primary);
opacity: 0.6;
margin-top: 10px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.05em;
}
.dot-separator {
color: var(--wp--preset--color--accent);
}
.entry-meta {
font-size: 12px;
text-transform: uppercase;