Update extending-default-theme.md

Minor correction, adding extra CSS variable, and correcting typo
pull/2377/head
Simon East 2 years ago committed by GitHub
parent 2cab4b0ef3
commit 88b710b5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,8 @@ The default theme CSS is customizable by overriding root level CSS variables. Th
--vp-c-brand: #646cff;
/* Lighter variation of brand color:
Typicaly used for the border of brand-colored buttons */
Typically used for the border of brand-colored buttons */
--vp-c-brand-light: #747bff;
--vp-c-brand-lighter: #9da2fd;
/* Darker variation of brand color:
@ -95,7 +96,7 @@ $brand-color: #646cff;
--vp-c-brand: #{$brand-color};
// Lighter variation of brand color
// Typicaly used for the border of brand-colored buttons
// Typically used for the border of brand-colored buttons
--vp-c-brand-lighter: #{lighten($brand-color, 10%)};
// Darker variation of brand color

Loading…
Cancel
Save