diff --git a/css/userContent-files/webextension-tweaks/ubo_scope.css b/css/userContent-files/webextension-tweaks/ubo_scope.css index 27dac82..770775a 100644 --- a/css/userContent-files/webextension-tweaks/ubo_scope.css +++ b/css/userContent-files/webextension-tweaks/ubo_scope.css @@ -11,8 +11,7 @@ } #domain3rdDetails { border-color: var(--in-content-box-border-color)!important; - background-color: red!important; - border: 1px solid #ff0!important + background-color: var(--in-content-page-background)!important } #topPane { background-color: var(--tone-6)!important; diff --git a/userContent.css b/userContent.css index 32f5852..be53670 100644 --- a/userContent.css +++ b/userContent.css @@ -2095,8 +2095,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } #domain3rdDetails { border-color: var(--in-content-box-border-color)!important; - background-color: red!important; - border: 1px solid #ff0!important + background-color: var(--in-content-page-background)!important } #topPane { background-color: var(--tone-6)!important;