From 60f9e15422f982b084e3a885b8f9d7b9c90b54f3 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Mon, 18 Oct 2021 13:23:43 +0200 Subject: [PATCH] remove text decoration --- src/components/Article.vue | 1 + src/components/DictionaryView.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/Article.vue b/src/components/Article.vue index 888436f..58b5da6 100644 --- a/src/components/Article.vue +++ b/src/components/Article.vue @@ -216,6 +216,7 @@ ul li.definition { .choose { color: var(--v-primary-base) !important; + text-decoration: none; } diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index cb2ab3b..9441c69 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -473,6 +473,7 @@ li.suggestion { .return_to_results a { color: var(--v-primary-base) !important; + text-decoration: none; } .nav_arrow { -- GitLab