body {
background: #848484!important;
}
div[class^='HomeView'],
div[class*=' HomeView'] > *:nth-child(n) {
background: #848484!important;
}
div[class^='HomeView'],
div[class*=' HomeView'] > *:nth-child(2n) {
background: #767676!important;
}
div[class^='HomeView'],
div[class*=' HomeView'] > *:first-child {
background: #767676!important;
}
div[class^='SlotsView'],
div[class*=' SlotsView'] > *:nth-child(n) {
background: #848484!important;
}
div[class^='SlotsView'],
div[class*=' SlotsView'] > *:nth-child(2n) {
background: #767676!important;
}
div[class^='SlotsView'],
div[class*=' SlotsView'] > *:first-child {
background: #767676!important;
}
div[class^=TopBar] {
background: #7A7A7A!important;
}
section[class*=paths_darkBackground],
section[class^=paths_darkBackground] {
background: #848484!important;
}
div[class^='SlotWrapper'] {
background: none!important;
}