Skip to content

Commit

Permalink
Update text shadow on badges
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink authored Apr 16, 2020
1 parent 7deb654 commit fb847b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ a.phpdebugbar-tab span.phpdebugbar-badge {
font-size: 11px;
font-family: monospace;
color: #fff;
text-shadow: 1px 1px rgb(46, 46, 46);
text-shadow: 1px 1px #bf3039;
border-radius: 10px;
top: -1px;
position: relative;
Expand Down

0 comments on commit fb847b4

Please sign in to comment.