Skip to content

Commit

Permalink
fix(styles): ensure that header-text-color-dark is not used by other …
Browse files Browse the repository at this point in the history
…components (#360)
  • Loading branch information
scurker authored Oct 5, 2021
1 parent 765c001 commit 1066cf1
Show file tree
Hide file tree
Showing 7 changed files with 47,956 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ h1,
h2,
h3 {
font-weight: 300;
color: var(--header-text-color-dark);
color: var(--heading-text-color);
}

code {
Expand Down
Loading

0 comments on commit 1066cf1

Please sign in to comment.