From 57d25ec31ea312b2603e752fe869eb4ee3e62116 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 1 Jun 2023 21:50:06 +0900 Subject: [PATCH] update footer__title font weight --- .../docusaurus.config.js | 62 ++++++++++++++++++- .../src/client/css/custom.scss | 1 + 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/packages/docusaurus-playground/docusaurus.config.js b/packages/docusaurus-playground/docusaurus.config.js index 6b94846..5b052d1 100644 --- a/packages/docusaurus-playground/docusaurus.config.js +++ b/packages/docusaurus-playground/docusaurus.config.js @@ -36,7 +36,7 @@ const config = { }, }, docs: { - routeBasePath: '/docs', + routeBasePath: '/about', versions: { current: { label: 'current', @@ -56,6 +56,66 @@ const config = { defaultMode: 'dark', disableSwitch: false, }, + navbar: { + items: [ + { + type: 'search', + }, + { + label: 'About', + to: '/about', + }, + { + label: 'Github', + href: 'https://github.com/status-im', + }, + ], + }, + footer: { + copyright: 'Nimbus @2023
All Rights Reserved.', + links: [ + { + items: [ + { + href: 'https://twitter.com/ethnimbus', + label: 'Twitter', + }, + { + href: 'https://discord.gg/EP8DZnXu9y', + label: 'Discord', + }, + { + href: '/', + label: 'Docs', + }, + { + href: '/', + label: 'Github', + }, + ], + }, + { + items: [ + { + href: '/', + label: 'Contact us', + }, + { + href: 'https://jobs.status.im/', + label: 'Work with us', + }, + { + href: '/', + label: 'Privacy policy', + }, + { + href: '/', + label: 'Temrs & conditions', + }, + ], + }, + ], + }, }), } diff --git a/packages/logos-docusaurus-theme/src/client/css/custom.scss b/packages/logos-docusaurus-theme/src/client/css/custom.scss index 9c95ab4..e94591d 100644 --- a/packages/logos-docusaurus-theme/src/client/css/custom.scss +++ b/packages/logos-docusaurus-theme/src/client/css/custom.scss @@ -713,6 +713,7 @@ small { .footer__title { @include lsd.typography('label1'); margin-bottom: 4px; + font-weight: var(--ifm-font-weight-normal); } .footer > div:nth-child(1) > .footer__links {