fix(a11y): increased content-meta text contrast (#1980)
Some checks are pending
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run

This commit is contained in:
Emile Bangma 2025-05-24 04:09:48 +02:00 committed by GitHub
parent 73983cfb0e
commit c9741d00f3
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) {