Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homepage fixes #2417

Merged
merged 10 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
Merge branch 'main' into homepage-fixes
  • Loading branch information
LaRita Robinson committed Jan 20, 2025
commit 52baf33b816908688a27c003b9e63c44533c2119
3 changes: 2 additions & 1 deletion app/views/shared/_appearance_styles.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ 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 footer.navbar .navbar-text,
body.public-facing .navbar.navbar-expand-lg .navbar-nav a {
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
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.