forked from GithubMirrors/cardconjurer
11 lines
552 B
JavaScript
11 lines
552 B
JavaScript
rootStyles.setProperty('--background-color', '#3a3838')
|
|
rootStyles.setProperty('--background-color-contrast', '#242424')
|
|
rootStyles.setProperty('--interactable-color', '#2b2b2b')
|
|
rootStyles.setProperty('--interactable-selected-color', '#1d1d1d')
|
|
rootStyles.setProperty('--input-color', '#2b2b2b')
|
|
rootStyles.setProperty('--input-font-color', '#efefef')
|
|
rootStyles.setProperty('--font-color', '#efefef')
|
|
rootStyles.setProperty('--font-color-contrast', '#efefef')
|
|
rootStyles.setProperty('--body-background', 'none')
|
|
setCookie('colorPalette', 'darkMode')
|