diff --git a/content/contact.md b/content/contact.md index 40ae3ea..78317db 100644 --- a/content/contact.md +++ b/content/contact.md @@ -8,8 +8,7 @@ title: Contact description: "Need to get in touch?" --- -Email me at daniel@lyte.dev or use -the form below. +Email me at daniel@lyte.dev or use the form below.

diff --git a/themes/lyte/static/styles.css b/themes/lyte/static/styles.css index e40378b..027c8f4 100644 --- a/themes/lyte/static/styles.css +++ b/themes/lyte/static/styles.css @@ -171,14 +171,23 @@ input, textarea { background: #222; border: 0; font: inherit; - padding: 0.25em 0.5em; + padding: 0.5em 1em; color: inherit; border-radius: 0.25em; } +input:hover, textarea:hover { + background: #333; +} + button, input[type=submit] { background: #a1efe4; color: #000; + cursor: pointer; +} + +button:hover, input[type=submit]:hover { + background: #66d9ef; } ul, ol {