Fix: #419 フルダークテーマでのplaceholderテキストを薄くする (#426)

This commit is contained in:
KMY(雪あすか) 2024-01-05 09:08:14 +09:00 committed by GitHub
parent d13475052c
commit 9ff2306821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ textarea {
} }
&::placeholder { &::placeholder {
color: lighten($dark-text-color, 36%) !important; color: $dark-text-color !important;
} }
} }