Skip to content

Commit c9741d0

Browse files
authored
fix(a11y): increased content-meta text contrast (#1980)
1 parent 73983cf commit c9741d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz/components/styles/contentMeta.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.content-meta {
22
margin-top: 0;
3-
color: var(--gray);
3+
color: var(--darkgray);
44

55
&[show-comma="true"] {
66
> *:not(:last-child) {

0 commit comments

Comments
 (0)