Enhance post cards with date, reading time, and comment count metadata
This commit is contained in:
17
style.css
17
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user