Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schnensch committed Jun 5, 2021
1 parent 7eb9f8b commit 01b0f1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,21 +253,21 @@
--settings-logout: var(--button-destructive);
--settings-guild-delete: var(--button-destructive);
}
.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(48), .layers-3iHuyZ.layers-3q14ss>div:nth-child(2)>div>div>div.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(21) {
.side-8zPYf6 .item-PXvHYJ[aria-controls="DELETE-tab"], .side-8zPYf6 .item-PXvHYJ[aria-controls="logout-tab"] {
color: var(--button-destructive) !important;
}
.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(48):hover, .layers-3iHuyZ.layers-3q14ss>div:nth-child(2)>div>div>div.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(21):hover {
.side-8zPYf6 .item-PXvHYJ[aria-controls="DELETE-tab"]:hover, .side-8zPYf6 .item-PXvHYJ[aria-controls="logout-tab"]:hover {
color: var(--button-destructive-hover) !important;
background-color: var(--background-modifier-hover) !important;
}
.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(48):hover::before, .layers-3iHuyZ.layers-3q14ss>div:nth-child(2)>div>div>div.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(21):hover::before {
.side-8zPYf6 .item-PXvHYJ[aria-controls="DELETE-tab"]:hover::before, .side-8zPYf6 .item-PXvHYJ[aria-controls="logout-tab"]:hover::before {
--settings-icon-color: var(--button-destructive-hover);
}
.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(48):active, .layers-3iHuyZ.layers-3q14ss>div:nth-child(2)>div>div>div.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(21):active {
.side-8zPYf6 .item-PXvHYJ[aria-controls="DELETE-tab"]:active, .side-8zPYf6 .item-PXvHYJ[aria-controls="logout-tab"]:active {
color: var(--button-destructive-active) !important;
background-color: var(--background-modifier-active) !important;
}
.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(48):active::before, .layers-3iHuyZ.layers-3q14ss>div:nth-child(2)>div>div>div.sidebarRegion-VFTUkN>div>nav>div>div:nth-child(21):active::before {
.side-8zPYf6 .item-PXvHYJ[aria-controls="DELETE-tab"]:active::before, .side-8zPYf6 .item-PXvHYJ[aria-controls="logout-tab"]:active::before {
--settings-icon-color: var(--button-destructive-active);
}
.powercord-product, .container-cMG81i, .attendeeCTA-3ZZQWt, .input-cIJ7To, .item-26Dhrx, .powercord-entities-manage-tabs, .powercord-account, .activeGame-14JI7o, .formNotice-2_hHWR, .css-118dehu-control, .previewContainer-37c2Si, .auditLog-3jNbM6, .background-1QDuV2, .roleRow-30TwGe, .bd-addon-card, .membershipDialogHouse2-35h9SY, .codeRedemptionRedirect-1wVR4b, .card-o7rAq-, .enableContainer-2DIT9Q, .accountList-33MS45, .container-_phMUq {
Expand Down

0 comments on commit 01b0f1a

Please sign in to comment.