Skip to content

Commit

Permalink
Merge pull request #163 from scientist-softserv/colors
Browse files Browse the repository at this point in the history
fixed the color picker panel to use footer link color and for default…
  • Loading branch information
ckarpinski authored Sep 25, 2023
2 parents 7320e29 + 744c973 commit 04e786e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/shared/_appearance_styles.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ body.public-facing a { color: <%= appearance.link_color %>; }
body.public-facing a:hover,
body.public-facing a:focus { color: <%= appearance.link_hover_color %>; }
body.public-facing #sort-dropdown .dropdown-toggle,
body.public-facing #per_page-dropdown .dropdown-toggle { color: <%= appearance.link_color %>; }
body.public-facing #per_page-dropdown .dropdown-toggle { color: <%= appearance.default_button_text_color %>; }
/* FOOTER LINK COLOR */
body.public-facing footer a { color: <%= appearance.footer_link_color %>; }
/* MAIN NAV */
body.public-facing .navbar-inverse .navbar-link { color: <%= appearance.footer_link_color %>; }
Expand Down

0 comments on commit 04e786e

Please sign in to comment.