diff options
-rw-r--r-- | src/components/globals.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/globals.js b/src/components/globals.js index 6bbc80c..407a003 100644 --- a/src/components/globals.js +++ b/src/components/globals.js @@ -57,6 +57,16 @@ const highContrastTheme = { } } +export const cvTheme = { + ...highContrastTheme, + margins: { + xsm: 2, + sm: 2, + md: 5, + lg: 10 + } +} + export const themes = { mainTheme, highContrastTheme |