Skip to content

Commit 796b3d5

Browse files
authored
Better contrast in dark theme titles.
1 parent 51308c7 commit 796b3d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ div.phpdebugbar-openhandler[data-theme='dark'] {
6969
--debugbar-hover-bg: var(--debugbar-gray-700);
7070
}
7171

72+
div.phpdebugbar[data-theme='dark'] code.phpdebugbar-widgets-sql,
73+
div.phpdebugbar[data-theme='dark'] .phpdebugbar-widgets-name,
74+
div.phpdebugbar[data-theme='dark'] .phpdebugbar-widgets-key,
75+
div.phpdebugbar[data-theme='dark'] .phpdebugbar-widgets-success > pre.sf-dump > .sf-dump-note {
76+
color: #fdfd96;
77+
}
78+
7279
/* Force Laravel Whoops exception handler to be displayed under the debug bar */
7380
.Whoops.container {
7481
z-index: 5999999;

0 commit comments

Comments
 (0)