Skip to content

Commit ad39239

Browse files
authored
Upstream "Better contrast in dark theme titles. barryvdh/laravel-debugbar#1798"
1 parent 95257b0 commit ad39239

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/DebugBar/Resources/widgets.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,13 @@ ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params {
317317
width: 99%;
318318
}
319319

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+
320327
table.phpdebugbar-widgets-tablevar {
321328
width: 100%;
322329
table-layout: auto;

0 commit comments

Comments
 (0)