I use Xdebug on VSCode. When you enable var_dump, the font color and size are set as shown below.
<pre class='xdebug-var-dump' dir='ltr'> <small>string</small><font color='#cc0000'>'3'</font><i>(length=1)</i> </pre>
Could you tell me how to change this CSS? I see that the class "xdebug-var-dump" has been added to the HTML. But I don't know which file this is set in.
2.1m questions
2.1m answers
60 comments
57.0k users