diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/globals.js | 2 |
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' } } |