Skip to content

Commit

Permalink
Fix color contrast issues in top nav
Browse files Browse the repository at this point in the history
Fixes #4695
  • Loading branch information
mjgiarlo committed Jan 21, 2025
1 parent bb2e4ad commit a331111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/top_navbar_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a class="su-brand-bar__logo" href="https://www.stanford.edu">Stanford University</a>
</div>
<nav
class="navbar navbar-expand-md bg-dark stone-dark"
class="navbar navbar-dark navbar-expand-md bg-dark stone-dark"
role="navigation">
<div class="container">
<a
Expand Down Expand Up @@ -43,12 +43,12 @@
<div
class="col-md-8 d-flex justify-content-center justify-content-md-start">
<div class="h1 my-3">
<%= link_to 'Argo', root_path, class: 'nav-link' %>
<%= link_to 'Argo', root_path %>
</div>
</div>
<div class="col-md-4">
<nav
class="navbar collapse navbar-collapse justify-content-md-end navbar-expand-md d-md-flex"
class="navbar collapse navbar-dark navbar-collapse justify-content-md-end navbar-expand-md d-md-flex"
aria-label="browse" id="user-util-collapse">
<ul class="navbar-nav">
<% if session[:groups].present? %>
Expand Down

0 comments on commit a331111

Please sign in to comment.