mirror of
https://github.com/skoobasteeve/rayandgwen-wedding.git
synced 2026-03-20 06:58:56 +00:00
missing variable fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user