diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5f6f3e6..c7f28d7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -30,7 +30,7 @@

Right now, I'm spending my free time building a hobby journaling app called Maitsu. I've spent time at several companies over the last 11 years, but you might know as the + >. I've spent time at several companies over the last 11 years, but you might know me as the first designer hired at Pinterest.

@@ -55,6 +55,13 @@ color: $red-60; font-weight: 500; font-style: normal; + text-decoration: none; + } + + a:hover { + cursor: pointer; + text-decoration: underline; + text-decoration-style: wavy; } ul {