discord/common/color-theme: add chat gradient (#2185)
Link: https://github.com/nix-community/stylix/pull/2185
Reviewed-by: Flameopathic <flameopathic@gmail.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
(cherry picked from commit 2e7914b393)
This commit is contained in:
parent
fe06391a1e
commit
7e7fa955ab
1 changed files with 3 additions and 0 deletions
|
|
@ -431,6 +431,9 @@ colors: ''
|
|||
.chatContent_f75fb0 {
|
||||
background-color: var(--base01) !important;
|
||||
}
|
||||
.chatGradient__36d07 {
|
||||
background: linear-gradient(to bottom, transparent, var(--base01)) !important;
|
||||
}
|
||||
.members_c8ffbb,
|
||||
.member_c8ffbb {
|
||||
background: var(--base00) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue