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"> <div class="buttons">
{% if not user.is_authenticated %} {% if not user.is_authenticated %}
<a class="button is-info" href="{% url 'signup' %}"> <a class="button is-info" href="{% url 'signup' %}">
<strong>Sign up</strong> Sign up
</a> </a>
<a class="button is-light" href="{% url 'login' %}"> <a class="button" href="{% url 'login' %}">
Log in Log in
</a> </a>
{% endif %} {% endif %}
{% if user.is_authenticated %} {% if user.is_authenticated %}
<a class="button is-dark" href="{% url 'logout' %}">Logout</a> <a class="button" href="{% url 'logout' %}">Logout</a>
{% endif %} {% endif %}
</div> </div>

View File

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