docs(demos): update colors for API demos

This commit is contained in:
Brandy Carney
2017-01-11 11:22:28 -05:00
parent 2f074b408c
commit 2c6d63cb72

View File

@ -25,11 +25,13 @@ $font-path: "../../fonts";
// The "primary" color is the only required color in the map. // The "primary" color is the only required color in the map.
$colors: ( $colors: (
primary: #327eff, primary: #387ef5,
secondary: #32db64, secondary: #32db64,
danger: #f53d3d, danger: #f53d3d,
light: #f4f4f4, light: #f4f4f4,
dark: #222, dark: #222,
vibrant: rebeccapurple,
bright: #ffc125
); );