diff --git a/frappe/public/scss/website/footer.scss b/frappe/public/scss/website/footer.scss index e112b1cbea..b0ae0c5776 100644 --- a/frappe/public/scss/website/footer.scss +++ b/frappe/public/scss/website/footer.scss @@ -1,8 +1,6 @@ .web-footer { padding: 3rem 0; - min-height: 140px; background-color: var(--fg-color); - border-top: 1px solid $border-color; margin-top: auto; } @@ -21,11 +19,11 @@ .footer-child-item a { font-size: $font-size-sm; font-weight: 500; - color: $gray-700; + color: var(--body-text-color); &:hover { - color: $primary; - text-decoration: none; + color: var(--body-text-color); + text-decoration: underline; } } @@ -81,7 +79,7 @@ } .footer-info { - color: $text-muted; + color: var(--body-text-color); font-size: $font-size-sm; } diff --git a/frappe/templates/includes/footer/footer.html b/frappe/templates/includes/footer/footer.html index 2016c7e3d9..477dd506ce 100644 --- a/frappe/templates/includes/footer/footer.html +++ b/frappe/templates/includes/footer/footer.html @@ -2,9 +2,9 @@
{% include "templates/includes/footer/footer_logo_extension.html" %} - {% if footer_items -%} + {% include "templates/includes/footer/footer_links.html" %} {% include "templates/includes/footer/footer_info.html" %} diff --git a/frappe/templates/includes/footer/footer_info.html b/frappe/templates/includes/footer/footer_info.html index ba04949ec0..fcab2ed51b 100644 --- a/frappe/templates/includes/footer/footer_info.html +++ b/frappe/templates/includes/footer/footer_info.html @@ -1,6 +1,7 @@