Konafets / typo3_debugbar

A TYPO3 debugbar utilizing the PHP Debugbar to provide information of the system health to the frontend.
GNU General Public License v2.0
37 stars 6 forks source link

Some var_dump text is too dark #42

Open Starkmann opened 6 years ago

Starkmann commented 6 years ago

Type of TYPO3 installation

Expected behavior

Have the same styles like the official debugger DebuggerUtility::var_dump($GLOBALS['TYPO3_CONF_VARS'])

Actual behavior

Some texts are too dark, so you cannot read them

Steps to reproduce

Just compare both in frontend

\Konafets\Typo3Debugbar\Overrides\DebuggerUtility::var_dump($GLOBALS['TYPO3_CONF_VARS']);
DebuggerUtility::var_dump($GLOBALS['TYPO3_CONF_VARS']);

dark light