diff --git a/src/pages/index.astro b/src/pages/index.astro index 3a392a3..1a6d8a5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,7 +38,7 @@ and lead designer positions at
Need some design work, strategy or management help?
- Find me by email me, or linkedin. + Find me by email, or linkedin.
@@ -62,5 +62,9 @@ and lead designer positions at a { text-decoration: none; color: var(--color-text); + font-style: italic; + } + a:hover { + text-decoration: underline; } \ No newline at end of file