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:
Brock Whittaker 2018-02-07 15:17:16 -08:00 committed by Tim Abbott
parent 61e4fc3b74
commit e82564c82c
1 changed files with 1 additions and 1 deletions

View File

@ -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%);
}