update footer__title font weight

This commit is contained in:
jinhojang6
2023-06-01 21:50:06 +09:00
parent d1a780a6c6
commit 57d25ec31e
2 changed files with 62 additions and 1 deletions
@@ -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<br/>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',
},
],
},
],
},
}),
}
@@ -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 {