Skip to content

Commit

Permalink
Improve placeholder styling.
Browse files Browse the repository at this point in the history
Apply placeholder styling to title editor as well
  • Loading branch information
maghoff committed Oct 8, 2018
1 parent 0a64a27 commit 318273a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,9 @@ input[type="search"] {
text-overflow: ellipsis;
}

input[type="search"]::placeholder {
input[type="search"]::placeholder, .hero input::placeholder {
color: var(--theme-text);
opacity: 0.8;
opacity: 0.6;
}

.search .live-results {
Expand Down

0 comments on commit 318273a

Please sign in to comment.