fix(a11y): increased content-meta text contrast

This commit is contained in:
Emile Bangma 2025-05-16 20:17:29 +02:00 committed by GitHub
parent e98d97a271
commit 96050a429f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
.content-meta { .content-meta {
margin-top: 0; margin-top: 0;
color: var(--gray); color: var(--darkgray);
&[show-comma="true"] { &[show-comma="true"] {
> *:not(:last-child) { > *:not(:last-child) {