Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2021-02-18 19:22:05 +01:00 committed by GitHub
parent fc1dfdce18
commit d18a5955eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1031,6 +1031,13 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
box-shadow: 0 0 0 1px rgba(var(--vbackgroundtertiary),.6),0 2px 10px 0 rgba(0,0,0,.2);
}
.mentioned-xhSam7 { /* replying container */
background-color: rgba(var(--vamentioncolor), 0.05);
}
.mentioned-xhSam7::before { /* replying before */
background-color: rgb(var(--vmentioncolor));
}
#app-mount .ephemeralMessage-1fEWtQ,
#app-mount .operations-36ENbA {
color: var(--channels-default);
@ -4688,4 +4695,4 @@ html:only-child > head + body > div#app-mount.appMount-3lHmkl > div.app-1q1i1E >
right: unset !important;
transform: unset !important;
animation: unset !important;
}
}