Skip to content

Commit

Permalink
Fixed textarea placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
whitenoisedev committed Jul 1, 2020
1 parent 4e2bed2 commit ee4c067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Much of the credit for this theme goes to @Jevgeni for the initial work

# Changelog

## current
- fixed more placeholder text

## 0.4.3
- fixed text placeholder
- yellow breadcrumb in search
Expand Down
1 change: 1 addition & 0 deletions monokai.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ select {
border-color: var(--gray-6);
border-radius: none;
}
textarea::placeholder,
input::placeholder{
color: var(--gray-3);
}
Expand Down

0 comments on commit ee4c067

Please sign in to comment.