From ff3a7771868bed2f083dd0dc707df959082b0972 Mon Sep 17 00:00:00 2001 From: Jay Hodgson Date: Mon, 16 Nov 2020 14:59:03 -0800 Subject: [PATCH] fix local builds --- .gitignore | 4 ++++ styleguide.setup.css | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 styleguide.setup.css diff --git a/.gitignore b/.gitignore index 1fc17977e7..35307d62a9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # css *.css +!styleguide.setup.css # dependencies /node_modules @@ -12,6 +13,9 @@ # production /build +# docs build +/styleguide + # misc .DS_Store .env diff --git a/styleguide.setup.css b/styleguide.setup.css new file mode 100644 index 0000000000..fcf5c98d94 --- /dev/null +++ b/styleguide.setup.css @@ -0,0 +1,10 @@ +.SRC-primary-background-color-hover:hover { + background: rgb(64, 123, 160) !important; + color: white; +} + +.SRC-primary-background-color { + background: rgb(64, 123, 160); + color: white; +} +