diff --git a/content/footer/_index.md b/content/footer/_index.md index d0bf051..593840f 100644 --- a/content/footer/_index.md +++ b/content/footer/_index.md @@ -4,7 +4,7 @@ description: "" insert_anchor_links: "left" template: "partials/footer.html" extra: - logoPath: "images/logo_placeholder2sm.webp" + logoPath: "images/logo.svg" socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" } --- diff --git a/css/index.css b/css/index.css index 6af5ec5..2210f78 100644 --- a/css/index.css +++ b/css/index.css @@ -146,11 +146,11 @@ img[src*="#fig"] { } a:hover{ - color: #oab7a9; + color: #737373; } button:hover { - color: #oab7a9; + color: #737373; } button { @@ -388,6 +388,9 @@ header { padding: 80px 0; } + footer { + text-align: center; + } /* h2 { font-size: 3rem; } */ diff --git a/templates/partials/footer.html b/templates/partials/footer.html index ee3ce71..a16f0fb 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -11,9 +11,9 @@