From fef6ff6e7f819ff57dadc64699731bdd5277c3d5 Mon Sep 17 00:00:00 2001 From: Om Prakash Date: Tue, 10 Dec 2024 14:22:04 +0530 Subject: [PATCH] footer bg changed --- legadilo/static/css/base.css | 6 ++++++ legadilo/templates/base.html | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/legadilo/static/css/base.css b/legadilo/static/css/base.css index 5196c4f..ad44f1a 100644 --- a/legadilo/static/css/base.css +++ b/legadilo/static/css/base.css @@ -2,6 +2,8 @@ --content-footer-height: 104px; --content-mobile-footer-height: 248px; --content-header-height: 56px; + --bs-body-bg: #f8f9fa; /* Light mode */ + --bs-body-color: #212529; } html { @@ -128,3 +130,7 @@ svg.bi { [data-bs-theme="dark"] img.bi { filter: invert(0.715); } +[data-bs-theme="dark"] { + --bs-body-bg: #343a40; /* Dark mode */ + --bs-body-color: #f8f9fa; +} \ No newline at end of file diff --git a/legadilo/templates/base.html b/legadilo/templates/base.html index 8fdec39..d1c492a 100644 --- a/legadilo/templates/base.html +++ b/legadilo/templates/base.html @@ -66,7 +66,7 @@ {% endblock page_js %} {% endblock javascript %} - + @@ -228,7 +228,8 @@

{% endblock content %} -