Skip to content

Commit

Permalink
fix online indicators?
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Oct 15, 2023
1 parent 6100584 commit 3ba4084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
background: var(--bg-2);
}
path[fill="var(--status-danger)"] /* vencord game activity toggle */,
.wrapper-3Un6-K[aria-label*="Online"] .pointerEvents-2KjWnj /* replace green online circles */ {
.wrapper-3Un6-K[aria-label*="Online"] rect[fill="#23a55a"] /* replace green online circles */ {
fill: var(--accent-2) !important;
}

Expand Down

0 comments on commit 3ba4084

Please sign in to comment.