Skip to content

Commit

Permalink
Website: Fixed heading color
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Jan 26, 2022
1 parent 8967762 commit e981e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/shared-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const THEME_COLORS: ThemeColors = {
quaternary: "var(--cc-quaternary-color)",
link: "var(--cc-link-color)",
text: "var(--cc-text-color)",
heading: "var(--cc-heading-color)",
heading: "var(--cc-heading-text-color)",
footerText: "var(--cc-footer-text-color)",
textContrast: "var(--cc-text-contrast-color)",
boxHighlight: "var(--cc-box-highlight-color)",
Expand Down

0 comments on commit e981e38

Please sign in to comment.