Skip to content

Commit

Permalink
Update Dark+-Default-Member-List.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEvil99 authored Nov 22, 2024
1 parent 9cb06ea commit a99378b
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,12 @@
background-color: var(--darkplus-sec);
}
.mentioned_d5deea {
background-color: rgba(var(--darkplus-sec), 0.1) !important;
background-color: color-mix(in srgb, var(--darkplus-sec) 40%, transparent) !important;
}

.mentioned_d5deea:before {
background-color: var(--darkplus-sec);
}
.mentioned_d5deea:hover {
background-color: rgba(var(--darkplus-sec), 0.2) !important;
}

.iconBadge_fc4f04 {
background-color: var(--darkplus-sec);
Expand Down Expand Up @@ -1615,6 +1613,11 @@ button[aria-label="Send a gift"] {
color: var(--darkplus-sec);
}

.mention, .channelMention {
background: var(--darkplus-sec) !important;
color: var(--darkplus-bg) !important;
}

::-webkit-scrollbar-thumb {
background-color: var(--darkplus-sec) !important;
}
Expand Down

0 comments on commit a99378b

Please sign in to comment.