From d48a13e7033747b7a154a0b0d4aeb82d27da0e77 Mon Sep 17 00:00:00 2001 From: Simon East Date: Tue, 25 Jul 2023 22:58:47 +1000 Subject: [PATCH] Update extending-default-theme.md Added --vp-c-brand-light that was missing --- docs/guide/extending-default-theme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/extending-default-theme.md b/docs/guide/extending-default-theme.md index e0009719..a6d7bfd3 100644 --- a/docs/guide/extending-default-theme.md +++ b/docs/guide/extending-default-theme.md @@ -97,6 +97,7 @@ $brand-color: #646cff; // Lighter variation of brand color // Typically used for the border of brand-colored buttons + --vp-c-brand-light: #{lighten($brand-color, 5%)}; --vp-c-brand-lighter: #{lighten($brand-color, 10%)}; // Darker variation of brand color