Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2021-02-19 12:12:56 +01:00
parent 25a8d08e89
commit 34bc5b67b3
1 changed files with 3 additions and 1 deletions

View File

@ -2336,7 +2336,9 @@ body::before {
background-color: rgba(var(--vtransparencycolor), 0.2);
}
.side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ,
.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ {
.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ,
.side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ:hover,
.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ:hover {
background-color: rgb(var(--vaccentcolor));
color: rgb(var(--fontwhite1));
text-shadow: 1px 1px var(--vtextshadow);