help tour button styling updates

This commit is contained in:
Hugh Rundle 2022-06-12 20:39:37 +10:00
parent e768cf49a3
commit 2b431986d6

View file

@ -86,7 +86,7 @@
{% trans "Discover" %}
</a>
{% if has_tour %}
<button id="tour_button" class="button is-inverted is-outlined navbar-item mt-5" onclick="startTour('home')"> {% trans "Help" %}
<button id="tour_button" class="button is-inverted is-ghost navbar-item mt-5" onclick="startTour('home')"> {% trans "Help" %}
</button>
{% endif %}
{% endif %}