Skip to content

Commit

Permalink
stop inverting images in google docs, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeets23 authored and HarrisonMc555 committed May 22, 2020
1 parent 24c4025 commit 0f0a9f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 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

0 comments on commit 0f0a9f1

Please sign in to comment.