Update extending-default-theme.md

Added --vp-c-brand-light that was missing
pull/2377/head
Simon East 2 years ago committed by GitHub
parent 88b710b5f1
commit d48a13e703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save