finishing touches

This commit is contained in:
Sarah Jamie Lewis 2022-06-17 13:25:16 -07:00
parent a666e63c44
commit d0681924b1
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'The Cwtch Handbook',
tagline: 'Your Guide to setting up and using Surveillance Resistant Infrastructure',
tagline: 'Your Guide to setting up, and using, Surveillance Resistant Infrastructure',
url: 'https://docs.cwtch.im',
baseUrl: '/',
onBrokenLinks: 'throw',

View File

@ -33,4 +33,6 @@
display: flex;
align-items: center;
justify-content: center;
background-color: #8E64A5;
color: #FDF3FC;
}