mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
general fixes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
rootStyles.setProperty('--background-color', '#121212')
|
||||
rootStyles.setProperty('--background-color-contrast', '#0a0a0a')
|
||||
rootStyles.setProperty('--interactable-color', '#202020')
|
||||
rootStyles.setProperty('--interactable-selected-color', '#555')
|
||||
rootStyles.setProperty('--input-color', '#3a3a3a')
|
||||
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', '#000')
|
||||
rootStyles.setProperty('--font-color-contrast', '#efefef')
|
||||
|
Reference in New Issue
Block a user