diff --git a/src/components/App.scss b/src/components/App.scss
index bc128426b3b54ae341f8c8c8ea8260f49b6d3a57..8b61e72b4c16f186defb663f6b98024c1da459d0 100644
--- a/src/components/App.scss
+++ b/src/components/App.scss
@@ -68,3 +68,9 @@ h2,
 h3 {
   margin: 0;
 }
+
+a,
+a:visited {
+  text-decoration: none;
+  color: inherit;
+}