summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-10 17:09:29 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-10 17:09:29 -0700
commitb2974c95e5c6550db9cd9ece09467fc132e527db (patch)
tree4cadbeffe5cfbed3be203abf3d084601820c24ec
parent306b380ace1c562365308097b26cdf021430def8 (diff)
Make high contrast theme main colour darker
-rw-r--r--src/components/globals.js2
1 files changed, 1 insertions, 1 deletions
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'
}
}