From 11f6d676f576eb7dd95f939a470dbbc26a437cec Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 8 Dec 2022 07:20:46 +0000 Subject: [PATCH] Change color of some buttons --- core/templates/base.html | 6 +++--- core/templates/window-content/search.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index e87fe6d..97cfc9f 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -271,15 +271,15 @@
{% if not user.is_authenticated %} - Sign up + Sign up - + Log in {% endif %} {% if user.is_authenticated %} - Logout + Logout {% endif %}
diff --git a/core/templates/window-content/search.html b/core/templates/window-content/search.html index cb4b50a..2b004a8 100644 --- a/core/templates/window-content/search.html +++ b/core/templates/window-content/search.html @@ -26,7 +26,7 @@