From be64fdd8a01b3aacafe94599b5e6e6a21717c7f4 Mon Sep 17 00:00:00 2001 From: Ben Silverman Date: Tue, 6 Apr 2021 20:43:40 -0400 Subject: [PATCH] #158 Add gray-400 to theme --- src/style/_theme.scss | 3 ++- src/style/custom.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/_theme.scss b/src/style/_theme.scss index c01f3551..799ace8d 100644 --- a/src/style/_theme.scss +++ b/src/style/_theme.scss @@ -1,4 +1,5 @@ $ans-color: #fcce02 !default; $dark: #343434 !default; $primary: #015999 !default; -$info: #01998f !default; \ No newline at end of file +$info: #01998f !default; +$gray-400: #ced4da !default; \ No newline at end of file diff --git a/src/style/custom.scss b/src/style/custom.scss index b64f0876..9178cd67 100644 --- a/src/style/custom.scss +++ b/src/style/custom.scss @@ -7,6 +7,7 @@ $theme-colors: ( "dark": theme.$dark, "primary": theme.$primary, "info": theme.$info, + "gray-400": theme.$gray-400, ); #slate-container {