Skip to content

Commit

Permalink
fix add friends page color
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Oct 29, 2023
1 parent 9ba108f commit 1fc47e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,12 @@
path[fill='rgba(35, 165, 90, 1)'] {
fill: var(--accent-3);
}
.icon__28d6c /* revert explore discoverable servers icon color */ {
.container_a308ae:last-child .icon__28d6c /* explore discoverable servers icon color */ {
background-color: #3ba55c;
filter: hue-rotate(56deg) saturate(1.43);
}
.container_a308ae:first-child .icon__28d6c {
filter: hue-rotate(304deg) saturate(0.84) brightness(1.2);
}
.lookFilled__19298.colorBrand_b2253e .defaultColor__77578 /* vc choose an activity button */ {
color: var(--white-500);
Expand Down Expand Up @@ -350,7 +354,7 @@ div[class^='winButtonMinMax']:nth-child(4)::after {
}
.wrapper_d281dd:hover > .childWrapper__01b9c::before,
.wrapper_d281dd.selected_f5ec8e > .childWrapper__01b9c::before {
background: var(--bg-3);
background: var(--text-1);
}

/* improve unread divider */
Expand Down

0 comments on commit 1fc47e8

Please sign in to comment.