Change color of some buttons

This commit is contained in:
Mark Veidemanis 2022-12-08 07:20:46 +00:00
parent 78b28b3994
commit 11f6d676f5
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 5 additions and 5 deletions

View File

@ -271,15 +271,15 @@
<div class="buttons">
{% if not user.is_authenticated %}
<a class="button is-info" href="{% url 'signup' %}">
<strong>Sign up</strong>
Sign up
</a>
<a class="button is-light" href="{% url 'login' %}">
<a class="button" href="{% url 'login' %}">
Log in
</a>
{% endif %}
{% if user.is_authenticated %}
<a class="button is-dark" href="{% url 'logout' %}">Logout</a>
<a class="button" href="{% url 'logout' %}">Logout</a>
{% endif %}
</div>

View File

@ -26,7 +26,7 @@
<div class="field">
<button
id="search"
class="button is-info is-fullwidth"
class="button is-fullwidth"
hx-post="{% url 'search' %}"
hx-trigger="click"
hx-target="#widgets-here"
@ -41,7 +41,7 @@
<div class="nowrap-parent">
<div
data-script="on click toggle .is-hidden on #options"
class="button is-light has-text-link is-right nowrap-child">
class="button is-right nowrap-child">
Options
</div>
<div class="nowrap-child">