changes to browser overides

This commit is contained in:
Jonathan Hodgson 2020-03-11 13:02:46 +00:00
parent 094a86d3e0
commit ea639328ae
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,7 @@ body{
background: #fff - @gb-dm-bg0; background: #fff - @gb-dm-bg0;
} }
img,svg{ img,svg,video{
filter: invert(100%); filter: invert(100%);
} }

View file

@ -83,7 +83,9 @@
"*://wiki.local.irmplc.com/*", "*://wiki.local.irmplc.com/*",
"*://protonmail.com/*","*://*.protonmail.com/*", "*://protonmail.com/*","*://*.protonmail.com/*",
"*://github.com/*","*://*.github.com/*", "*://github.com/*","*://*.github.com/*",
"*://gitlab.irmtechies.net/*" "*://gitlab.irmtechies.net/*",
"*://lbry.tv/*", "*://*.lbry.tv/*",
"*://invidio.us/*", "*://*.invidio.us/*"
], ],
"css": [ "css/global.css" ], "css": [ "css/global.css" ],
"run_at": "document_start" "run_at": "document_start"