mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-21 18:28:18 +00:00
style: use system theme by default
This commit is contained in:
parent
8f6af28b56
commit
ef70cdbbac
@ -75,6 +75,10 @@ const config = {
|
||||
themeConfig:
|
||||
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */
|
||||
({
|
||||
colorMode: {
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
navbar: {
|
||||
hideOnScroll: true,
|
||||
items: [
|
||||
|
@ -53,7 +53,7 @@ import {
|
||||
{
|
||||
title: 'Private',
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user