Move contrast colors to color-definitions

master
Alexander Surma 2015-07-01 17:30:44 +01:00
parent c000510b99
commit 9a1c3e8168
2 changed files with 4 additions and 4 deletions

View File

@ -577,3 +577,7 @@ $color-white: "255,255,255";
/* colors.scss */
$styleguide-generate-template: false !default;
// The two possible colors for overlayed text.
$color-dark-contrast: $color-white !default;
$color-light-contrast: $color-black !default;

View File

@ -71,10 +71,6 @@ $performance_font: 'Helvetica', 'Arial', sans-serif !default;
/* ========== Color & Themes ========== */
// The two possible colors for overlayed text.
$color-dark-contrast: $color-white !default;
$color-light-contrast: $color-black !default;
// Use color primarily for emphasis. Choose colors that fit with
// your brand and provide good contrast between visual components.
$color-primary: $palette-indigo-500 !default;