summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-10 20:44:19 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-10 20:44:19 -0700
commit56eae0e3d2ba8e2f1956601d18dfd4c42c03d1c3 (patch)
tree6e8d4e80d643bdb11b002b4bcf7cc8023c06faeb
parentca12c1f4bd648605a40464ea28b67b2f54d44444 (diff)
parentb2974c95e5c6550db9cd9ece09467fc132e527db (diff)
Merge branch 'master' into mdxmdx
-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'
}
}