diff --git a/src/global.css b/src/global.css index 9021c91..553a605 100644 --- a/src/global.css +++ b/src/global.css @@ -25,12 +25,14 @@ a { color: rgba(0, 0, 0, 0.8); text-decoration: none; color: black; + border-bottom: 1px solid black; } a:hover { text-decoration: none; cursor: pointer; color: #999; + border: none; } h1 { diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index fb07cfb..4f12e2a 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -8,12 +8,22 @@
- Check out our new font generator and level up your social bios. Need - more? Head over to Glyphy for all the fancy fonts and cool symbols - you could ever imagine. + You can use this as a starting point for building your own Needle + Engine experiences with Sveltekit. +
++ Find the repository here on github. + The repository is setup to be automatically built and deployed too + with Github Actions 😊