Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2021-03-03 14:02:58 +01:00
parent 037f58451f
commit faefd43116
1 changed files with 2 additions and 1 deletions

View File

@ -688,7 +688,7 @@ body::before {
border: none;
}
.panels-j1Uci_ > * + * {
border-top: 1px solid rgba(var(--fontwhite4), 0.2);
border-top: 1px solid rgba(var(--vtransparencycolor), 0.2);
}
.title-eS5yk3 { /* account/voice title */
@ -3257,6 +3257,7 @@ body::before {
#app-mount .footer-2gL1pp { /* modal footer */
background-color: rgba(var(--vtransparencycolor), 0.2);
box-shadow: none;
z-index: 0;
}
#app-mount .footer-1lnhms { /* modal footer info */
background-color: rgba(var(--vtransparencycolor), 0.3);