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]