hyblocker / pixelcord

dogshit discord theme with ripple and animations
https://discord.gg/pSAfU6enyH
GNU General Public License v2.0
48 stars 11 forks source link

Timestamps dissapear in Light Mode #4

Closed TDarkShadow closed 3 years ago

TDarkShadow commented 3 years ago

Discord css adds an opacity filter to the timestamps. Due some weird interection, this filter doesn't get removed when Discord uses Light Mode with Pixelcord.

Dark Mode, Pixelcord afbeelding

Light Mode, Pixelcord afbeelding

Light Mode, Pixelcord with a workaround afbeelding

Dark Mode, Pixelcord with a workaround afbeelding

I use this as a workaround with the Custom CSS function of Better Discord.


.timestamp-3ZCmNB {
    color: var(--logo-color) !important;
}