diff --git a/app/views/shared/_catalog_css.html.erb b/app/views/shared/_catalog_css.html.erb index 85369f857..52df2f6e2 100644 --- a/app/views/shared/_catalog_css.html.erb +++ b/app/views/shared/_catalog_css.html.erb @@ -27,7 +27,7 @@ .item-table td { <%= render('shared/css_properties', stl: catalog.custom_style('item-text')) %> } - a,a:hover,a:visited { + a,a:hover,.btn-text,.btn-text:hover,.btn-link,.btn-link:hover,.nav-tabs .nav-link,.nav-tabs .nav-link:not(.active):hover { color: <%= catalog.custom_style('link-color') %>; }