mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
9 lines
697 B
JavaScript
9 lines
697 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) hue-rotate(0deg)')
|
|
rootStyles.setProperty('--layer-background', '#e4e4e4 url("/data/images/site/backgrounds/lowpolyLightGray.svg") left/cover no-repeat fixed')
|
|
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')
|
|
setCookie('colorPalette', 'lightMode') |