feat: force light mode on website

Currently, the website forces dark mode if in localStorage `theme-ui-color-mode` is set to dark.

This, PR will force light mode and will remove these inconsistencies.
This commit is contained in:
bajpai244 2021-10-07 23:38:02 +05:30 committed by Max Wofford
parent 6c6dcd61f3
commit c444c88f65

View file

@ -13,4 +13,8 @@ theme.layout.copy.maxWidth = [null, null, 'copyPlus']
theme.text.title.fontSize = [5, 6]
/**Disable dark mode */
theme.useColorSchemeMediaQuery = false
theme.colors.modes = {}
export default theme