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 51308c7 commit 796b3d5Copy full SHA for 796b3d5
src/Resources/laravel-debugbar.css
@@ -69,6 +69,13 @@ div.phpdebugbar-openhandler[data-theme='dark'] {
69
--debugbar-hover-bg: var(--debugbar-gray-700);
70
}
71
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
+
79
/* Force Laravel Whoops exception handler to be displayed under the debug bar */
80
.Whoops.container {
81
z-index: 5999999;
0 commit comments