diff --git a/apps/website/src/app.css b/apps/website/src/app.css
index 1c4d2a8bc..e6f251501 100644
--- a/apps/website/src/app.css
+++ b/apps/website/src/app.css
@@ -1,2 +1,10 @@
@import 'tailwindcss';
@plugin '@tailwindcss/typography';
+
+main a {
+ text-decoration: revert;
+}
+
+a.rounded-full, a.rounded-xl {
+ text-decoration: none;
+}
diff --git a/apps/website/src/routes/+layout.svelte b/apps/website/src/routes/+layout.svelte
index f8a8cea2e..f6ed20c4b 100644
--- a/apps/website/src/routes/+layout.svelte
+++ b/apps/website/src/routes/+layout.svelte
@@ -7,7 +7,9 @@
+
{@render children()}
+