diff --git a/assets/css/style.css b/assets/css/style.css index 2eab52d..b0a58a5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1282,7 +1282,8 @@ section { #footer { background: url("../img/footer-bg.jpg") top center no-repeat; background-size: cover; - color: #fff; + background-position: center center; + color: var(--background); font-size: 14px; text-align: center; padding: 80px 0; diff --git a/assets/img/footer-bg.jpg b/assets/img/footer-bg.jpg old mode 100755 new mode 100644 index 961009f..62c2fb8 Binary files a/assets/img/footer-bg.jpg and b/assets/img/footer-bg.jpg differ