diff --git a/docusaurus.config.js b/docusaurus.config.js index a448379b..2dace279 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -3,7 +3,7 @@ module.exports = { tagline: "ETM documentation", url: "https://docs.energytransitionmodel.com", baseUrl: "/", - favicon: "img/logo.svg", + favicon: "img/favicon.svg", organizationName: "quintel", // Usually your GitHub org/user name. projectName: "documentation", // Usually your repo name. themeConfig: { @@ -18,7 +18,7 @@ module.exports = { title: "Energy Transition Model", logo: { alt: "Logo", - src: "img/logo.svg", + src: "img/etm-logo.svg", }, items: [ { diff --git a/src/css/custom.css b/src/css/custom.css index e329d47f..6605263d 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -7,7 +7,7 @@ /* You can override the default Infima variables here. */ :root { - --ifm-color-primary: #5a77d0; + --ifm-color-primary: #4e7be4; --ifm-color-primary-dark: #4364c9; --ifm-color-primary-darker: #385bc5; --ifm-color-primary-darkest: #2e4ba2; diff --git a/static/img/etm-logo.svg b/static/img/etm-logo.svg new file mode 100644 index 00000000..7ad33d14 --- /dev/null +++ b/static/img/etm-logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/static/img/favicon.svg b/static/img/favicon.svg new file mode 100644 index 00000000..f0c4180d --- /dev/null +++ b/static/img/favicon.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/static/img/logo.svg b/static/img/logo.svg deleted file mode 100644 index 1fd4fcfe..00000000 --- a/static/img/logo.svg +++ /dev/null @@ -1,2 +0,0 @@ - -