From 7cfc19eb5c51c2b1a62b54483cf0a9e5a7c7a47b Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sat, 21 Apr 2018 14:22:07 -0600 Subject: [PATCH] remove white flash for violentmonkey --- css/userContent-files/webextension-tweaks/violentmonkey.css | 1 + userContent.css | 1 + 2 files changed, 2 insertions(+) diff --git a/css/userContent-files/webextension-tweaks/violentmonkey.css b/css/userContent-files/webextension-tweaks/violentmonkey.css index 395a099..25e6e97 100644 --- a/css/userContent-files/webextension-tweaks/violentmonkey.css +++ b/css/userContent-files/webextension-tweaks/violentmonkey.css @@ -21,6 +21,7 @@ color: var(--in-content-link-color)!important } body { + background: var(--in-content-page-background)!important; color: var(--in-content-page-color)!important } .script { diff --git a/userContent.css b/userContent.css index 2ad30d0..8abd477 100644 --- a/userContent.css +++ b/userContent.css @@ -2590,6 +2590,7 @@ url-prefix("moz-extension://greasemonkey_UUID/src/content/edit-user-script") { color: var(--in-content-link-color)!important } body { + background: var(--in-content-page-background)!important; color: var(--in-content-page-color)!important } .script {