forked from GithubMirrors/cardconjurer
		
	update
This commit is contained in:
		| @@ -18,4 +18,4 @@ function lazyLoad(imageList = []) { | ||||
| 		} | ||||
| 		tempSampleImage.src = imageList[i][0] | ||||
| 	} | ||||
| } | ||||
| } | ||||
|   | ||||
| @@ -1,10 +1,10 @@ | ||||
| rootStyles.setProperty('--background-color', '#141315') | ||||
| rootStyles.setProperty('--background-color-contrast', '#0a0a0a') | ||||
| rootStyles.setProperty('--interactable-color', '#202020') | ||||
| rootStyles.setProperty('--interactable-selected-color', '#2f2f2f') | ||||
| rootStyles.setProperty('--input-color', '#282828') | ||||
| 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') | ||||
| setCookie('colorPalette', 'darkMode') | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| rootStyles.setProperty('--background-color', '#f5f5f5') | ||||
| rootStyles.setProperty('--background-color-contrast', '#e4e4e4') | ||||
| rootStyles.setProperty('--background-color-contrast', '#d0d0d0') | ||||
| rootStyles.setProperty('--interactable-color', '#dfdfdf') | ||||
| rootStyles.setProperty('--interactable-selected-color', '#cccccc') | ||||
| rootStyles.setProperty('--input-color', '#dadada') | ||||
| @@ -7,4 +7,4 @@ rootStyles.setProperty('--input-font-color', '#000') | ||||
| rootStyles.setProperty('--font-color', '#000') | ||||
| rootStyles.setProperty('--font-color-contrast', '#000') | ||||
| rootStyles.setProperty('--body-background', 'none') | ||||
| setCookie('colorPalette', 'lightMode') | ||||
| setCookie('colorPalette', 'lightMode') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle