From 0a81949dce3a45f2d7c9bf968743971b5e6a1ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Mon, 15 Mar 2021 11:16:03 +0100 Subject: [PATCH] fjernet linje under linker --- src/App.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index a24262f4..786d1f37 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 { -- GitLab