diff --git a/app/assets/stylesheets/overrides_with_rivet_styles.scss b/app/assets/stylesheets/overrides_with_rivet_styles.scss index 1508da6..787e3f6 100644 --- a/app/assets/stylesheets/overrides_with_rivet_styles.scss +++ b/app/assets/stylesheets/overrides_with_rivet_styles.scss @@ -82,6 +82,11 @@ } } +// All a tags +a { + text-decoration: underline !important; +} + // NAVBAR SEARCH .navbar-search { margin-bottom: 0.75rem; @@ -477,12 +482,6 @@ } .breadcrumb { - a { - text-decoration: none; - &:hover { - text-decoration: underline; - } - } .breadcrumb-home-link { a[href="/"] { position: relative;