missing variable fix

This commit is contained in:
2021-05-20 15:56:56 -04:00
parent f7a1d4d0fd
commit dd0b5263ec

View File

@@ -124,6 +124,10 @@ $masthead-link-color: $primary-color !default;
$masthead-link-color-hover: mix(#000, $primary-color, 25%) !default; $masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;
$navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default; $navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;
/* notices */
$notice-background-mix: 80% !default;
$code-notice-background-mix: 90% !default;
/* syntax highlighting (base16) */ /* syntax highlighting (base16) */
$base00: #263238 !default; $base00: #263238 !default;
$base01: #2e3c43 !default; $base01: #2e3c43 !default;