diff --git a/src/components/Article.vue b/src/components/Article.vue index 888436fd1f4b213b2d12e2dc665a95314a93dfd1..58b5da6e9c31901d4c92dba5662ebbe386011d5e 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 cb2ab3b91a06cf3363399e379dec787ecefc7504..9441c69b3b37fa3e40440c10b58bd13790423ba2 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 {