diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud/styles.css index 36bf92cdb..151e8ce8b 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud/styles.css @@ -151,14 +151,3 @@ a.selectable::after { .btn { border: initial !important; } - -@media (prefers-color-scheme: dark) { - /** - * Invert everything except images (and add a slight blue tint with the sepia() filter) - * - * `#rl-popups dialog` inverts them all - */ - #V-PopupsCompose, #V-PopupsCompose img { - filter: invert(95%) sepia(15%) hue-rotate(180deg); - } -}