mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
9 lines
707 B
JavaScript
9 lines
707 B
JavaScript
rootStyles.setProperty('--site-background', '#3a3838 url("/data/images/site/backgrounds/lowpolyDarkGreen.svg") left/cover no-repeat fixed')
|
|
rootStyles.setProperty('--site-background-filter', 'grayscale(0) hue-rotate(0deg)')
|
|
rootStyles.setProperty('--layer-background', '#242424 url("/data/images/site/backgrounds/lowpolyDarkGray.svg") left/cover no-repeat fixed')
|
|
rootStyles.setProperty('--layer-background-selected', '#1d1d1d')
|
|
rootStyles.setProperty('--interactable-unselected', '#666666')
|
|
rootStyles.setProperty('--interactable-selected', '#99ee99')
|
|
rootStyles.setProperty('--font-color', '#efefef')
|
|
rootStyles.setProperty('--body-background', 'none')
|
|
localStorage.setItem('colorPalette', 'lowpolyGreen') |