Skip to content

Commit

Permalink
Fix: #419 フルダークテーマでのplaceholderテキストを薄くする
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Jan 4, 2024
1 parent 9875328 commit 6695d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/full-dark/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ textarea {
}

&::placeholder {
color: lighten($dark-text-color, 36%) !important;
color: $dark-text-color !important;
}
}

Expand Down

0 comments on commit 6695d36

Please # to comment.