- Svelte is free and open source software, made possible by the work of hundreds of supporters.
+ Svelte is made possible by the work of hundreds of supporters.
diff --git a/sites/svelte.dev/src/routes/_components/Try.svelte b/sites/svelte.dev/src/routes/_components/Try.svelte
index d75ec4c905b3..4efdc7df91c0 100644
--- a/sites/svelte.dev/src/routes/_components/Try.svelte
+++ b/sites/svelte.dev/src/routes/_components/Try.svelte
@@ -70,11 +70,6 @@
font-size: var(--sk-text-xl);
}
- a {
- color: inherit;
- text-decoration: underline;
- }
-
@media (min-width: 900px) {
.grid {
grid-template-columns: repeat(var(--columns), 1fr);