Skip to content

Commit

Permalink
♿ - style: update colors to increase contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jul 29, 2024
1 parent aa8779c commit d14ab8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/form/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

&::placeholder {
color: var(--typography-color-muted);
opacity: 0.4;
}

&[size] {
Expand Down
1 change: 0 additions & 1 deletion src/components/form/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
// Empty state
&:has(option[selected][value=""]) &__label {
color: var(--typography-color-muted);
opacity: 0.4;
}

&--text-size-xs {
Expand Down
6 changes: 3 additions & 3 deletions src/style/tokens/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@
/* TYPOGRAPHY */
--typography-color-background: #fff;
--typography-color-background-alt: #f8f8f8;
--typography-color-h: #0d0d0d;
--typography-color-body: #5b5b5b;
--typography-color-h: #282828;
--typography-color-body: #333333;
--typography-color-border: #ebebeb;
--typography-color-link: var(--page-color-primary);
--typography-color-muted: #717171;
--typography-color-muted: #909090;

--typography-font-family-h: "Roboto Slab", sans-serif;
--typography-font-family-body: Lato, sans-serif;
Expand Down

0 comments on commit d14ab8f

Please sign in to comment.