blog/src/styles/home.scss

15 lines
173 B
SCSS

.home.postListing {
.timestamp {
font-family: var(--monofont);
}
.tags {
gap: 4px;
.tag {
background-color: inherit;
padding: 0;
}
}
}