add date list component

This commit is contained in:
elisejakob
2024-05-13 01:14:19 +02:00
parent 3f3158204a
commit 87e897147d
3 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,8 @@
.dateList {
list-style: none;
margin-bottom: var(--spacing-sitepadding);
}
.date {
background: var(--color-goldenBeige);
}