mirror of https://github.com/zulip/zulip.git
dark-mode: Fix bug with open graph previews.
This fixes a bug where the open graph preview bottom fade is dark rather than white when not in dark mode, which results in a heavy dark faded line at the bottom of the description.
This commit is contained in:
parent
61e4fc3b74
commit
e82564c82c
|
@ -19,7 +19,7 @@ body.dark-mode #settings_page .right {
|
|||
background-color: hsl(212, 28%, 18%);
|
||||
}
|
||||
|
||||
.message_embed .data-container::after {
|
||||
body.dark-mode .message_embed .data-container::after {
|
||||
background: linear-gradient(0deg, hsl(212, 28%, 18%), transparent 10%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue