mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
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:
parent
6c6dcd61f3
commit
c444c88f65
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue