blog/src/styles/home.scss

18 lines
260 B
SCSS

.home.postListing {
.timestamp {
font-family: var(--monofont);
color: var(--smaller-text-color);
font-size: 0.75em;
}
.tags {
gap: 4px;
display: inline-flex;
.tag {
background-color: inherit;
padding: 0;
}
}
}