Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
fix: update placeholder text color
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Aug 24, 2021
1 parent 35f05d2 commit 4d3e0c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
--color-bg-light: #f5e6cc;
--color-text-bg: #ffffff;
--color-text: #47525e;
--color-text-light: #98a7b8;
--color-focus: #ffa500;
--color-border: #e0e0e0;
--color-main-lightest: #f2e8d9;
Expand All @@ -39,6 +40,7 @@
--color-bg-light: #272727;
--color-text-bg: #222222;
--color-text: #dddddd;
--color-text-light: #949494;
--color-border: #292929;
--color-main-lightest: #333333;
--color-main-lighter: #262626;
Expand Down Expand Up @@ -73,6 +75,10 @@ body.no-scroll {
color: var(--color-text);
}

::placeholder {
color: var(--color-text-light);
}

body {
margin: 0;
}
Expand Down

0 comments on commit 4d3e0c9

Please sign in to comment.