We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95257b0 commit ad39239Copy full SHA for ad39239
src/DebugBar/Resources/widgets.css
@@ -317,6 +317,13 @@ ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params {
317
width: 99%;
318
}
319
320
+div.phpdebugbar[data-theme='dark'] code.phpdebugbar-widgets-sql,
321
+div.phpdebugbar[data-theme='dark'] .phpdebugbar-widgets-name,
322
+div.phpdebugbar[data-theme='dark'] .phpdebugbar-widgets-key,
323
+div.phpdebugbar[data-theme='dark'] .phpdebugbar-widgets-success > pre.sf-dump > .sf-dump-note {
324
+ color: #fdfd96;
325
+}
326
+
327
table.phpdebugbar-widgets-tablevar {
328
width: 100%;
329
table-layout: auto;
0 commit comments