From efd8519311099f3274ffb65e8022f85921a4f229 Mon Sep 17 00:00:00 2001
From: mountainbug95 <tannersmithtn95@gmail.com>
Date: Wed, 03 Jun 2020 18:50:57 +0000
Subject: [PATCH] Merge branch 'master' of github.com:budparr/gohugo-theme-ananke into 118-fix-long-urls
---
layouts/shortcodes/form-contact.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/shortcodes/form-contact.html b/layouts/shortcodes/form-contact.html
index 72a88f5..d06b248 100644
--- a/layouts/shortcodes/form-contact.html
+++ b/layouts/shortcodes/form-contact.html
@@ -15,6 +15,6 @@
<label class="{{ $.Scratch.Get "labelClasses" }}" for="message">{{ i18n "message" }}</label>
<textarea id="message" name="message" class="{{ $.Scratch.Get "inputClasses" }} h4" aria-labelledby="message"></textarea>
- <input class="db w-100 mv2 white pa3 bn hover-shadow hover-bg-blck bg-animate bg-black" type="submit" value="{{ i18n "send" }}" />
+ <input class="db w-100 mv2 white pa3 bn hover-shadow hover-bg-black bg-animate bg-black" type="submit" value="{{ i18n "send" }}" />
</form>
--
Gitblit v1.10.0