fix form background color and button

This commit is contained in:
2020-11-01 17:24:59 -05:00
parent 65d7998a5e
commit 4843222fe3
2 changed files with 368 additions and 1 deletions

View File

@@ -39,6 +39,6 @@ header:
<label>Questions / Comments <input type="text" name="comments" /></label>
</p>
<p>
<button type="submit">Send</button>
<button type="submit" class="btn btn--primary">Send</button>
</p>
</form>