Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Fix inverted images #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion search/search.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -6803,6 +6803,24 @@
.gb_nc {
filter: invert(1) brightness(contrast);
}

/* Fix inverted images */

.gb_nc span{
filter: invert(1);
}

.gb_nc .gbip{
filter: invert(1);
}

.gb_nc img{
filter: invert(1);
}

.gb_nc .gb_Kb{
background: inherit;
}
/* sign in */
.gb_Ba {
border-color: accent-color;
Expand Down Expand Up @@ -7846,4 +7864,4 @@
.ncFHed .MocG8c.KKjvXb {
background-color: main-bg-off;
}
}
}