diff --git a/src/App.vue b/src/App.vue
index a24262f4b7d2f61b10619a5fdfe6311bc244dcab..786d1f37919f47476b22a2b0e90d579b38975881 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -43,6 +43,10 @@ body {
 
 }
 
+a {
+  text-decoration: none;
+}
+
 h1 {
   font-family: Inria Serif;
   font-size: 36px;
@@ -54,7 +58,6 @@ header > h1 > a {
   color: var(--v-secondary-base) !important;
   font-size: 40px;
   margin: 0px;
-  text-decoration: none;
 }
 
 p.about-link {