Use lighter color for the year

This commit is contained in:
ItsDrike 2022-05-11 16:21:57 +02:00
parent dc7e77a28b
commit 078fd559af
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -219,6 +219,9 @@ img {
font-size: 2em;
border-right: 2px solid rgba(255, 255, 255, 0.4);
padding-right: 0.8em;
a {
color: $primary-light;
}
}
.item-list-items {