Merge pull request #4 from jpez-development/contact_page

added accents for form
This commit is contained in:
Joshua Perry 2022-04-13 18:32:30 +01:00 committed by GitHub
commit 2ed5240969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,11 +21,13 @@ textarea {
border: none;
max-width: 41em;
font-family: body;
accent-color: #f29602;
}
input {
border: none;
font-family: body;
accent-color: #f29602;
}
input[type="radio"] {