From a51f3bef4351b867b3b0bdd9c6a086b53e08b09a Mon Sep 17 00:00:00 2001 From: yaemiku Date: Thu, 18 Aug 2022 03:15:30 +0200 Subject: [PATCH] [fix] green buttons shenanigans --- core/templates/base.html | 60 +++++++++----------- static/css/dist/styles.css | 94 +++++++++++++++++++++++++++++--- theme/static/css/dist/styles.css | 86 +++++++++++++++++++++++++++++ 3 files changed, 199 insertions(+), 41 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 8793f35..6f252b2 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -34,13 +34,13 @@
-
-
+

Podlaski Związek
@@ -48,45 +48,39 @@

{% if nav %} - - {% endif %} -
- {% if uppernav %} - + {% endif %} +
+ {% if uppernav %} +
    + {% for button in uppernav %} +
  • + {{ button.title }} +
  • + {% endfor %} +
{% endif %} -
+