diff --git a/inspector/Inspector.scss b/inspector/Inspector.scss index 62e4ae0a56..2df389e9f1 100644 --- a/inspector/Inspector.scss +++ b/inspector/Inspector.scss @@ -1,5 +1,10 @@ .xh-inspector { - .xh-modal-support__host > .xh-panel__content > .xh-panel-header { + & > .xh-panel__content > .xh-panel-header { + background-color: hsl(33, 93%, 40%); + color: white; + } + + .xh-modal-support__host > div > .xh-panel__content > .xh-panel-header { background-color: hsl(33, 93%, 40%); color: white; }