We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fdb2f commit 4d56cf4Copy full SHA for 4d56cf4
1 file changed
src/styles/_clarin-styles.scss
@@ -56,3 +56,15 @@ Override bootstrap badge style
56
.badge {
57
background-color: var(--lt-tul-purple) !important;
58
}
59
+
60
+a {
61
+ text-decoration: underline !important;
62
63
+}
64
65
+/*
66
+Do not underline link if it is a button/navbar menu option/facet search option.
67
+ */
68
+a.btn, a.nav-link, ds-search-facet-filter-wrapper a {
69
+ text-decoration: none !important;
70
0 commit comments