Skip to content

Commit

Permalink
[TASK] Change color for var_dump text
Browse files Browse the repository at this point in the history
Related #42
  • Loading branch information
ayacoo authored and Konafets committed Oct 20, 2019
1 parent d6b86d4 commit 131b4e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Public/Css/typo3_debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ div.phpdebugbar code, div.phpdebugbar pre {
color: #000;
}

.extbase-debugger code, .extbase-debugger pre {
color : #fff !important;
}

div.phpdebugbar pre.sf-dump {
color: #a0a000;
outline: 0;
Expand Down

0 comments on commit 131b4e3

Please sign in to comment.