Skip to content

Commit

Permalink
Merge pull request #653 from terceiro/navbar-clear-style
Browse files Browse the repository at this point in the history
Remove navbar-dark and bg-dark styles from the navbar. Conferences should set these styles themselves.
  • Loading branch information
hodgestar committed Feb 18, 2023
2 parents c03758b + eee8dd1 commit 8b0f952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wafer/templates/wafer/nav.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load i18n %}
<nav class="navbar navbar-expand-sm navbar-dark bg-dark d-print-none {{ WAFER_NAVIGATION_VISIBILITY }}">
<nav class="navbar navbar-expand-sm d-print-none {{ WAFER_NAVIGATION_VISIBILITY }}">
<div class="container">
{% block navtogglebutton %}
<button type="button" class="navbar-toggler navbar-toggler-right"
Expand Down

0 comments on commit 8b0f952

Please sign in to comment.