feat: add style for date and categories

This commit is contained in:
Devin Haska 2024-02-05 13:14:21 -08:00
parent 3eafffdd3a
commit b702a3878d
6 changed files with 31 additions and 7 deletions

View file

@ -0,0 +1,14 @@
.categories {
color: var(--color-text-soft);
display: flex;
gap: 1rem;
list-style-type: none;
margin-block-end: 0;
padding: 0;
}
.categories li::before {
content: "#";
margin-inline-end: 0.125rem;
user-select: none;
}