From b2974c95e5c6550db9cd9ece09467fc132e527db Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 10 Apr 2019 17:09:29 -0700 Subject: Make high contrast theme main colour darker --- src/components/globals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/globals.js b/src/components/globals.js index 1fd2178..0ecfa86 100644 --- a/src/components/globals.js +++ b/src/components/globals.js @@ -62,7 +62,7 @@ const highContrastTheme = { ...mainTheme, colours: { background: '#ffffff', - main: '#707070' + main: '#343a40' } } -- cgit v1.2.3