From 3cb6736f3cdbc96fb47d4cd4c840f3b654c6195b Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Thu, 8 Aug 2024 15:35:39 -0300 Subject: [PATCH] fix: make container darker relative to content (#112) base-100 relative to base-300 is a better match for darker themes. --- allauth_ui/templates/allauth/layouts/base.html | 2 +- allauth_ui/templates/components/container.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/allauth_ui/templates/allauth/layouts/base.html b/allauth_ui/templates/allauth/layouts/base.html index 61331ae..63e04a8 100644 --- a/allauth_ui/templates/allauth/layouts/base.html +++ b/allauth_ui/templates/allauth/layouts/base.html @@ -15,7 +15,7 @@ {% endblock extra_head %} - + {% block body %} {% if messages %} {% for message in messages %} diff --git a/allauth_ui/templates/components/container.html b/allauth_ui/templates/components/container.html index c599318..c36fa34 100644 --- a/allauth_ui/templates/components/container.html +++ b/allauth_ui/templates/components/container.html @@ -1,6 +1,6 @@ {% load i18n %} -
-
+
+

{{ heading }}

{% if subheading %}
{{ subheading }}
{% endif %} {{ children }}