From 3d870666b597938ea0771ee81fb91c20073b5b70 Mon Sep 17 00:00:00 2001 From: Guusvanmeerveld Date: Thu, 11 Mar 2021 17:56:09 +0000 Subject: [PATCH] Fixed robots.txt --- public/robots.txt | 3 +-- styles/sass/footer.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index c7e6503..dc03585 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,2 @@ User-agent: * -Disallow /binas -Disallow /upload \ No newline at end of file +Disallow: /binas \ No newline at end of file diff --git a/styles/sass/footer.scss b/styles/sass/footer.scss index 1230a28..ffaefd3 100644 --- a/styles/sass/footer.scss +++ b/styles/sass/footer.scss @@ -1,5 +1,5 @@ .footer { - background-color: var(--background); + background-color: var(--secondary); border-top: 0.1rem solid var(--borders); padding: 3rem;