Skip to content

Commit 42079c4

Browse files
authored
Merge pull request #5070 from manyfold3d/better-contrast
improved contrast on account menu and sign in button
2 parents 60c40a0 + 7c90d29 commit 42079c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/application/_navbar.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<%- if current_user %>
126126
<%- if SiteSettings.multiuser_enabled? %>
127127
<li class="nav-item dropdown" role="presentation">
128-
<%= content_tag :button, id: "nav-link-preferences", title: t(".account"), class: "btn btn-secondary btn-sm mt-1",
128+
<%= content_tag :button, id: "nav-link-preferences", title: t(".account"), class: "btn btn-light btn-sm mt-1",
129129
data: {bs_toggle: "dropdown"}.merge(
130130
tour_attributes(id: "nav-link-preferences", title: t(".account"), description: t("tour.navbar.account.description"))
131131
),
@@ -161,7 +161,7 @@
161161
<% end %>
162162
<%- if SiteSettings.multiuser_enabled? && current_user.nil? %>
163163
<li class="nav-item" role="presentation">
164-
<%= nav_link "box-arrow-in-right", t(".log_in"), new_user_session_path, title: translate(".log_in"), nofollow: true, style: "btn btn-secondary" %>
164+
<%= nav_link "box-arrow-in-right", t(".log_in"), new_user_session_path, title: translate(".log_in"), nofollow: true, style: "btn btn-light" %>
165165
</li>
166166
<%- end %>
167167
</ul>

0 commit comments

Comments
 (0)