Skip to content

Commit 78c5bab

Browse files
gammamatrixsebastianbergmann
authored andcommitted
Restoring breadcrumb stying: set color to gray 200.
1 parent 7670650 commit 78c5bab

File tree

1 file changed

+1
-1
lines changed
  • src/Report/Html/Renderer/Template/css

1 file changed

+1
-1
lines changed

src/Report/Html/Renderer/Template/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--phpunit-breadcrumbs: #e9ecef;
2+
--phpunit-breadcrumbs: var(--bs-gray-200);
33
--phpunit-success-bar: #28a745;
44
--phpunit-success-high: {{success-high}};
55
--phpunit-success-medium: {{success-medium}};

0 commit comments

Comments
 (0)