Skip to content

Commit

Permalink
Update laravel-debugbar-dark-mode.css
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 11, 2020
1 parent 864c880 commit 9e785aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resources/laravel-debugbar-dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ div.phpdebugbar div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-i
background-color: #6f6200;
}

div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value:before {
color: #7B7B7B;
}

div.phpdebugbar-openhandler {
border-top-color: #fa5661;
}
Expand Down

0 comments on commit 9e785aa

Please sign in to comment.