diff --git a/src/components/Footer.astro b/src/components/Footer.astro index df758dc..2e6bf9a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,7 +4,7 @@ Powered by Netlify

- For any inquiries, or simply to say hi, please email us here! + For any inquiries, or simply to say hi, please email us!

diff --git a/src/styles/globals.css b/src/styles/globals.css index 12ccf2d..07b076b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -101,6 +101,10 @@ a { color: inherit; text-decoration: inherit; } +a:hover { + text-decoration: underline; + text-decoration-color: var(--dl-color-purple-light); +} input { padding: 2px 4px;