giphy: Don't change logo color in night mode.

Since giphy logo is no longer an svg, we don't need to change its
color.
This commit is contained in:
Aman Agrawal 2021-04-29 20:37:34 +00:00 committed by Tim Abbott
parent fc243854a8
commit 818b4ee7f9
1 changed files with 0 additions and 9 deletions

View File

@ -33,15 +33,6 @@ body.night-mode {
opacity: 0.4;
}
.compose_giphy_logo {
filter: invert(85%) sepia(4%) saturate(1223%) hue-rotate(190deg)
brightness(114%) contrast(99%); /* #ecf7ff */
&:hover {
filter: invert(68%) sepia(35%) saturate(626%) hue-rotate(160deg)
brightness(96%) contrast(94%); /* #64bfed */
}
}
.message_embed .data-container::after {
background: linear-gradient(0deg, hsl(212, 28%, 18%), transparent 100%);
}