Skip to content

Commit 4f45cfa

Browse files
Andy-set-studiobmuenzenmeyer
authored andcommitted
Merge pull request #68 from chrisburnell/patch-1
fix: footer h2 text color for light/dark themes
1 parent ebd85f6 commit 4f45cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/scss/components/_post.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
h2 {
127127
flex-shrink: 0;
128128
margin-right: get-size('base');
129-
color: var(--color-dark);
129+
color: var(--color-text);
130130
}
131131

132132
h2 a {

0 commit comments

Comments
 (0)