Fix dark mode background color on the contact page
This commit is contained in:
parent
d5481f9773
commit
fbd06ceecd
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ draft = false
|
|||
<div id="successAlert" class="alert alert-success" role="alert" style="display: none;">Message sent successfully!</div>
|
||||
<div id="errorAlert" class="alert alert-danger" role="alert" style="display: none"></div>
|
||||
|
||||
<form id="contactForm" class="border rounded bg-light p-1 p-sm-4">
|
||||
<form id="contactForm" class="jumbotron border rounded p-1 p-sm-4">
|
||||
<div class="form-group">
|
||||
<label for="nameField">Name
|
||||
<span class="required">*</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue