From a655b31970327213668a6c7a303ad4a25854cf3f Mon Sep 17 00:00:00 2001 From: SimonEast Date: Tue, 16 May 2023 17:17:38 +1000 Subject: [PATCH] Docs: Expanded basic CSS customization example --- 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 b568ca1d..e9f74ab6 100644 --- a/docs/guide/extending-default-theme.md +++ b/docs/guide/extending-default-theme.md @@ -1,6 +1,6 @@ # Extending the Default Theme -VitePress' default theme is optimized for documentation, and can be customized. Consult the [Default Theme Config Overview](../reference/default-theme-config) for a comprehensive list of options. +VitePress' default theme is optimized for documentation, and a number of elements can be customized via `.vitepress/config.ts`. Consult the [Default Theme Config Overview](../reference/default-theme-config) for a comprehensive list of options. However, there are a number of cases where configuration alone won't be enough. For example: