From e6a6a480830c66477ecbebf57bd393dfe76f04ca Mon Sep 17 00:00:00 2001 From: Simon East Date: Thu, 23 May 2024 23:08:16 +1000 Subject: [PATCH] Minor wording tweak --- docs/guide/extending-default-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/extending-default-theme.md b/docs/guide/extending-default-theme.md index 32bc3fd9..eed447e9 100644 --- a/docs/guide/extending-default-theme.md +++ b/docs/guide/extending-default-theme.md @@ -31,7 +31,7 @@ export default DefaultTheme ``` ::: -The default theme CSS is customizable by overriding root level CSS variables. This example shows how to change the main brand color from the default VitePress indigo to shades of red, using one of the built-in color schemes: +The default theme CSS is customizable by overriding root level CSS variables. This example shows how to change the site's color scheme from the default VitePress indigo to shades of red, using one of the built-in color schemes: ::: code-group ```css [.vitepress/theme/custom.css]