From 3d445b1936418dde065628295083717ec6f710f4 Mon Sep 17 00:00:00 2001 From: "h.u.g.u.rp" Date: Sat, 4 Nov 2023 09:56:06 +0100 Subject: [PATCH] fix text --- src/pages/index.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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