diff --git a/docusaurus.config.js b/docusaurus.config.js
index 09c7d7ca..66350597 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -14,11 +14,11 @@ module.exports = {
organizationName: 'StardustXR', // Usually your GitHub org/user name.
projectName: 'website', // Usually your repo name.
themeConfig: {
- colorMode: {
- defaultMode: "dark",
- disableSwitch: false,
- respectPrefersColorScheme: false,
- },
+ colorMode: {
+ defaultMode: "dark",
+ disableSwitch: true,
+ respectPrefersColorScheme: false,
+ },
navbar: {
title: 'Stardust XR',
logo: {
diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js
index c1eb37c1..d9cfb689 100644
--- a/src/components/HomepageFeatures.js
+++ b/src/components/HomepageFeatures.js
@@ -18,8 +18,8 @@ const FeatureList = [
image: 'https://stereokit.net/img/StereoKitLogoLight.svg',
description: (
<>
- Stardust is made using StereoKit, which allows for a fast and lightweight display server.
- The compiled server binary is less than 10MB and uses ~50MB of RAM (varies depending on clients).
+ Stardust is made using StereoKit, an XR application/rendering toolkit allowing for a fast and lightweight display server.
+ The compiled server binary when statically linking StereoKit is less than 10MB and uses ~50MB of RAM (varies depending on clients).
>
),
},