Skip to content

Commit

Permalink
Fix white box on sites using dark mode
Browse files Browse the repository at this point in the history
Sites that use `color-scheme: dark` result in Vim Vixen's iframe looking
like a white box when it's actually supposed to be hidden. This started
in Firefox 102.

Fixes ueokande#1433
Fixes ueokande#1424
Fixes ueokande#1429
  • Loading branch information
Ben Iofel committed Jun 30, 2022
1 parent 62f4610 commit a8f6d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/site-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default `
border: none !important;
background-color: unset !important;
pointer-events:none;
color-scheme: light;
}
.vimvixen-hint {
Expand Down

0 comments on commit a8f6d5a

Please sign in to comment.