Skip to content

Commit

Permalink
Got lost during a merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LaRita Robinson committed Jan 21, 2025
1 parent 6939a58 commit f0b21a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/shared/_appearance_styles.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ body.public-facing footer.navbar {
}
body.public-facing footer.navbar .navbar-link { color: <%= appearance.footer_link_color %>; }
body.public-facing footer.navbar .navbar-link:hover { color: <%= appearance.footer_link_hover_color %>; }
body.public-facing footer.navbar .navbar-text,
body.public-facing .navbar.navbar-expand-lg .navbar-nav a {
body.public-facing footer.navbar .navbar-text {
color: <%= appearance.header_and_footer_text_color %> !important;
}
body.public-facing .navbar.navbar-expand-lg { border-color: <%= appearance.header_background_border_color %> !important; }
Expand Down

0 comments on commit f0b21a1

Please sign in to comment.