Skip to content

Commit

Permalink
fix placeholder text color in contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed Apr 18, 2024
1 parent 7cd5819 commit 764d558
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public-frontend/src/views/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ export default {
@import "@/styles/global.scss";
@import '@/styles/space.scss';
::placeholder {
color: black;
}
#contact {
@include bg-primary;
text-align: left;
Expand Down

0 comments on commit 764d558

Please sign in to comment.