Skip to content

Commit

Permalink
💄 - style: style link color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Feb 13, 2024
1 parent 728ac71 commit d5e90ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/typography/a/a.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
font-family: inherit;
line-height: var(--typography-line-height-body-s);
align-items: center;
color: var(--page-color-primary);
color: var(--typography-color-link);
display: inline-flex;
font-size: inherit;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions src/style/tokens/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
--typography-color-h: var(--theme-shade-900);
--typography-color-body: var(--theme-shade-700);
--typography-color-border: var(--theme-shade-300);
--typography-color-link: var(--page-color-primary);
--typography-color-muted: var(--theme-shade-600);

--typography-font-family-h: Inter, sans-serif;
Expand Down
1 change: 1 addition & 0 deletions src/style/tokens/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--typography-color-h: #f3f3f3;
--typography-color-body: #f3f3f3;
--typography-color-border: #535353;
--typography-color-link: var(--page-color-info);

--button-color-text-outline: #f3f3f3;
--button-color-background-outline-hover: #f3f3f3;
Expand Down

0 comments on commit d5e90ef

Please sign in to comment.