Skip to content

Commit

Permalink
improve placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
clevett committed Oct 28, 2020
1 parent 146039f commit 0308427
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7212,6 +7212,9 @@ html h4 {
font-size: 1rem;
font-weight: bolder; }

html input::placeholder {
color: rgba(0, 0, 0, 0.4); }

.Center {
min-height: 70vh;
padding: 2% 1%;
Expand Down
4 changes: 4 additions & 0 deletions client/src/scss/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ html {
font-size: 1rem;
font-weight: bolder;
}

input::placeholder {
color: rgba(0, 0, 0, 0.4);
}
}

0 comments on commit 0308427

Please sign in to comment.