Skip to content

Commit

Permalink
Fix navbar font and toggling
Browse files Browse the repository at this point in the history
  • Loading branch information
amakarudze committed May 22, 2024
1 parent d89bf38 commit a7abce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/source/css/event.styl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a, a:hover
background: white
border: 0px
border-top: 3px solid mint
font-family: serif_font
font-family: sans_font

.navbar-brand
color: black
Expand Down
1 change: 1 addition & 0 deletions templates/event/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<link rel="stylesheet" type="text/css" href="{% static_rev 'css/event.css' %}">
<script type="text/javascript" src="{% static 'vendor/js/bootstrap.bundle.min.js' %}"></script>
<script type="text/javascript" src="{% static 'vendor/js/jquery.min.js' %}"></script>
<script type="text/javascript" src="{% static_rev 'js/event.js' %}"></script>

{% if event.page_main_color %}
Expand Down

0 comments on commit a7abce6

Please sign in to comment.