Skip to content

Commit

Permalink
Restore placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspav committed Sep 11, 2024
1 parent 9ce8587 commit 348f248
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ private fun generateStyle(context: GeneratorContext, branchDir: File) {
color: dimgrey!important;
background-color: white!important;
}
.input.has-site-branding::placeholder {
color: darkgrey!important;
}
.input.has-site-branding:focus {
border-color: $secondary!important;
box-shadow: 0 0 0 0.125em $secondary;
Expand Down

0 comments on commit 348f248

Please sign in to comment.