Skip to content

Commit

Permalink
Remove important from css
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Jan 29, 2022
1 parent 06de24d commit 2d878d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vue-frontend/src/components/contact/ContactForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ input:-webkit-autofill:active {
}
.gradient-btn:hover > .fas{
color: #f2709c !important;
color: #f2709c;
}
}
Expand Down
2 changes: 1 addition & 1 deletion vue-frontend/src/components/home/HomeCTA.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default {
}
.gradient-btn:hover > .fa{
color: #f2709c !important;
color: #f2709c;
}
}
Expand Down

0 comments on commit 2d878d5

Please sign in to comment.