Remove Nextcloud dark mode, it is incomplete

This commit is contained in:
the-djmaze 2022-10-31 11:53:54 +01:00
parent 2ef9b22385
commit a6988db8ce

View file

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