stuff
This commit is contained in:
parent
9515d6683e
commit
7acf7c61fc
|
@ -6063,18 +6063,24 @@ body::before {
|
|||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .optionNormal-12VR9V,
|
||||
.css-1gfjib6-option,
|
||||
.css-1yz4bi9-option,
|
||||
.css-ru8b0x-option,
|
||||
.css-1yz4bi9-option {
|
||||
background-color: rgba(var(--vtransparencycolor), 0.1);
|
||||
color: rgb(var(--fontwhite2));
|
||||
}
|
||||
#app-mount .optionNormal-12VR9V:hover,
|
||||
.css-pkcurw-option,
|
||||
.css-rzbxvl-option,
|
||||
.css-1qxn4c5-option,
|
||||
.css-rzbxvl-option {
|
||||
background-color: rgba(var(--vtransparencycolor), 0.3);
|
||||
color: rgb(var(--fontwhite2));
|
||||
}
|
||||
#app-mount .optionActive-KkAdqq,
|
||||
.css-1gxgi19-option,
|
||||
.css-1ba14n5-option,
|
||||
.css-6qzljd-option,
|
||||
.css-1ba14n5-option {
|
||||
background-color: rgba(var(--vtransparencycolor), 0.5);
|
||||
|
|
|
@ -625,16 +625,25 @@ html {
|
|||
.select-2TCrqx [class*="css-"][class*="-indicatorContainer"] {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
#app-mount .optionNormal-12VR9V,
|
||||
.css-1gfjib6-option,
|
||||
.css-1yz4bi9-option,
|
||||
.css-ru8b0x-option,
|
||||
.css-1yz4bi9-option {
|
||||
background-color: rgba(var(--vtransparencycolor), 0.1);
|
||||
color: var(--interactive-normal);
|
||||
}
|
||||
#app-mount .optionNormal-12VR9V:hover,
|
||||
.css-pkcurw-option,
|
||||
.css-rzbxvl-option,
|
||||
.css-1qxn4c5-option,
|
||||
.css-rzbxvl-option {
|
||||
background-color: var(--background-secondary);
|
||||
color: var(--interactive-hover);
|
||||
}
|
||||
#app-mount .optionActive-KkAdqq,
|
||||
.css-1gxgi19-option,
|
||||
.css-1ba14n5-option,
|
||||
.css-6qzljd-option,
|
||||
.css-1ba14n5-option {
|
||||
background-color: var(--background-primary);
|
||||
|
|
Loading…
Reference in New Issue