Skip to content

Commit da425a6

Browse files
authored
Reduce text shadow use (#1606)
1 parent a781be7 commit da425a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Resources/laravel-debugbar-dark-mode.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ div.phpdebugbar code.phpdebugbar-widgets-sql span.hljs-keyword,
3131
div.phpdebugbar-openhandler .phpdebugbar-openhandler-header,
3232
div.phpdebugbar-openhandler .phpdebugbar-openhandler-header a {
3333
color: var(--color-gray-200);
34-
text-shadow: 1px 1px #000;
3534
}
3635

37-
36+
div.phpdebugbar ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label {
37+
text-shadow: 1px 1px #000;
38+
}
3839

3940
div.phpdebugbar-openhandler,
4041
div.phpdebugbar div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar,

0 commit comments

Comments
 (0)