Skip to content

Commit

Permalink
Fix custom style for link-color. This will change color for:
Browse files Browse the repository at this point in the history
- links (<a>)
- .btn-text and .btn-link
- .nav-tabs and .nav-link
  • Loading branch information
skyporter committed May 16, 2024
1 parent 5e50baa commit 9caf12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_catalog_css.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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') %>;
}
</style>

0 comments on commit 9caf12b

Please sign in to comment.