themes
This commit is contained in:
parent
dc1ead843e
commit
9ba37ac244
|
@ -355,7 +355,6 @@
|
|||
.item-1Yvehc.brand-3igrJY,
|
||||
.item-1Yvehc.brand-3igrJY:hover,
|
||||
.descriptionWrapper-1YBY_J,
|
||||
.premiumPromoDescription-2Mn515,
|
||||
.themeBrand-2qTyWV .keybind-3thb0I,
|
||||
.themeBrand-2qTyWV .button-1_corF .innerText-2pcwrI,
|
||||
.noticeBrand-3nQBC_ .button-1MICoQ:hover,
|
||||
|
|
|
@ -143,6 +143,9 @@
|
|||
#app-mount #bda-qem button {
|
||||
background-color: #2F3136;
|
||||
}
|
||||
#app-mount .premiumPromo-yVfLiA {
|
||||
background-color: rgba(47,49,54,0.95) !important;
|
||||
}
|
||||
#app-mount #bda-qem button:hover {
|
||||
background-color: #36393F;
|
||||
}
|
||||
|
@ -291,7 +294,7 @@
|
|||
}
|
||||
|
||||
#app-mount .backdrop-1wrmKB[style*="background-color: rgb(255, 255, 255)"] {
|
||||
background-color: rgb(0, 0, 0) !important;
|
||||
background-color: rgb(0,0,0) !important;
|
||||
opacity: 0.85 !important;
|
||||
}
|
||||
#app-mount .downloadApps-wbBFdZ {
|
||||
|
|
Loading…
Reference in New Issue