Added more Icons.

This commit is contained in:
Batuhan Berk Başoğlu 2021-03-07 21:53:27 -05:00
parent 2f1f38b216
commit 8776dd7c0d
2 changed files with 9 additions and 9 deletions

View file

@ -274,7 +274,7 @@ textarea {
/* Style the submit button with a specific background color etc */
input[type=submit] {
button[type=submit] {
background-color: #d60024;
color: white;
padding: 12px 20px;
@ -286,6 +286,6 @@ input[type=submit] {
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
button[type=submit]:hover {
background-color: #fa4664;
}