style: use system theme by default

This commit is contained in:
jinhojang6 2023-11-28 22:24:24 +09:00
parent 8f6af28b56
commit ef70cdbbac
2 changed files with 5 additions and 1 deletions

View File

@ -75,6 +75,10 @@ const config = {
themeConfig: themeConfig:
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */ /** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
({ ({
colorMode: {
disableSwitch: false,
respectPrefersColorScheme: true,
},
navbar: { navbar: {
hideOnScroll: true, hideOnScroll: true,
items: [ items: [

View File

@ -53,7 +53,7 @@ import {
{ {
title: 'Private', title: 'Private',
description: description:
'Waku uses cutting-edge zero-knowledge technology to protect applications from Denial of Service attacks. Tailor your application's privacy settings to suit your needs.', 'Waku uses cutting-edge zero-knowledge technology to protect applications from Denial of Service attacks. Tailor your application\'s privacy settings to suit your needs.',
}, },
{ {
title: 'Censorship resistant', title: 'Censorship resistant',