Version: 2.6.3
Bug Description
Since version 2.6.3 are panels and bar totally white when I use css selector body { color: #fff; } in Safari.
Safari 12.1.1:

Steps To Reproduce
Add global CSS selector body { color: #fff; } to page.
Possible Solution
Add some CSS font-color selector to #tracy-debug.
I tried #tracy-debug { color: black !important; }, but it does not work correctly in all cases.
Thank you.