diff --git a/src/routes/Home.svelte b/src/routes/Home.svelte index a12ecce..3f06840 100644 --- a/src/routes/Home.svelte +++ b/src/routes/Home.svelte @@ -5,6 +5,9 @@
+
+ Susbcribe to the RSS Feed +

--- Latest Blog Posts ---

@@ -17,4 +20,9 @@ margin-top: 50px; text-align: center; } + + .rss a { + text-decoration: none; + color: inherit; + } \ No newline at end of file