From 4e3806e05efffe6c7fbc4b9fab0549eac384fb6c Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Tue, 20 Dec 2022 15:20:50 +0200 Subject: [PATCH] Change footer --- docusaurus.config.js | 60 +------------------------------------------- src/css/custom.css | 7 ++++++ 2 files changed, 8 insertions(+), 59 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5fc1466..d343e38 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -116,65 +116,7 @@ const config = { ], }, footer: { - style: 'dark', - links: [ - { - title: 'Docs', - items: [ - { - label: 'Research Graph', - to: '/', - }, - ], - }, - { - title: 'Dashboards', - items: [ - { - label: 'Explore', - href: 'https://explore.openaire.eu/', - }, - { - label: 'Provide', - href: 'https://provide.openaire.eu/', - }, - { - label: 'Connect', - href: 'https://connect.openaire.eu/', - }, - { - label: 'Monitor', - href: 'https://monitor.openaire.eu/', - }, - { - label: 'Develop', - href: 'https://graph.openaire.eu/', - }, - ], - }, - { - title: 'Community', - items: [ - { - label: 'Facebook', - href: 'http://www.facebook.com/groups/openaire/' - }, - { - label: 'Linkedin', - href: 'https://www.linkedin.com/company/openaire-eu/', - }, - { - label: 'Twitter', - href: 'https://twitter.com/OpenAIRE_eu', - }, - { - label: 'Youtube', - href: 'https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw', - }, - ], - }, - - ], + style: 'light', copyright: `Copyright © ${new Date().getFullYear()} OpenAIRE`, }, colorMode: { diff --git a/src/css/custom.css b/src/css/custom.css index 14bc00e..b6455c2 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -61,3 +61,10 @@ background-color: #c6c6c6; } +.footer { + background-color: var(--ifm-navbar-background-color); + padding-bottom: 2em; + padding-top: 1em; + height: var(--ifm-navbar-height); +} +