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;