forked from GithubMirrors/cardconjurer
10 lines
689 B
JavaScript
10 lines
689 B
JavaScript
rootStyles.setProperty('--site-background', '#f5f5f5 url("/data/images/site/backgrounds/lowpolyLightGreen.svg") left/cover no-repeat fixed')
|
|
rootStyles.setProperty('--site-background-filter', 'grayscale(100)')
|
|
rootStyles.setProperty('--layer-background', 'none')
|
|
rootStyles.setProperty('--layer-background-filter', 'grayscale(100) brightness(0.9)')
|
|
rootStyles.setProperty('--layer-background-selected', '#cccccc')
|
|
rootStyles.setProperty('--interactable-unselected', '#aaaaaa')
|
|
rootStyles.setProperty('--interactable-selected', '#00aa00')
|
|
rootStyles.setProperty('--font-color', '#000000')
|
|
rootStyles.setProperty('--body-background', 'none')
|
|
localStorage.setItem('colorPalette', 'lightMode') |