From 2c6d63cb72b7cf74cdfe1a4256ee20b4d318b41b Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 11 Jan 2017 11:22:28 -0500 Subject: [PATCH] docs(demos): update colors for API demos --- scripts/demos/variables.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/demos/variables.scss b/scripts/demos/variables.scss index 50029be26c..a570c188cf 100644 --- a/scripts/demos/variables.scss +++ b/scripts/demos/variables.scss @@ -25,11 +25,13 @@ $font-path: "../../fonts"; // The "primary" color is the only required color in the map. $colors: ( - primary: #327eff, + primary: #387ef5, secondary: #32db64, danger: #f53d3d, light: #f4f4f4, dark: #222, + vibrant: rebeccapurple, + bright: #ffc125 );