Skip to content
Snippets Groups Projects
Commit 9286fbae authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'hotfix-remove-underline' into 'prod'

remove text decoration

See merge request spraksamlingane/beta.ordbok.uib.no!85
parents 39375517 60f9e154
No related branches found
Tags release_2021-10-18
No related merge requests found
...@@ -216,6 +216,7 @@ ul li.definition { ...@@ -216,6 +216,7 @@ ul li.definition {
.choose { .choose {
color: var(--v-primary-base) !important; color: var(--v-primary-base) !important;
text-decoration: none;
} }
......
...@@ -473,6 +473,7 @@ li.suggestion { ...@@ -473,6 +473,7 @@ li.suggestion {
.return_to_results a { .return_to_results a {
color: var(--v-primary-base) !important; color: var(--v-primary-base) !important;
text-decoration: none;
} }
.nav_arrow { .nav_arrow {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment