💄 style: increase date opacity

This commit is contained in:
welpo 2023-03-05 19:50:02 +01:00
parent a8e49cfedf
commit f5834a2e39
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -1,7 +1,7 @@
.archive { .archive {
.listing-title { .listing-title {
font-size: 1.5rem; font-size: 1.5rem;
opacity: 0.8; opacity: 0.9;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
@ -12,7 +12,7 @@
.post-time { .post-time {
width: 4rem; width: 4rem;
.date { .date {
opacity: 0.4; opacity: 0.5;
} }
} }
} }