We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476a514 commit 17c2563Copy full SHA for 17c2563
src/Report/Html/Renderer/Template/css/style.css
@@ -1,5 +1,5 @@
1
:root {
2
- --phpunit-breadcrumbs: #e9ecef;
+ --phpunit-breadcrumbs: var(--bs-gray-200);
3
--phpunit-success-bar: #28a745;
4
--phpunit-success-high: {{success-high}};
5
--phpunit-success-medium: {{success-medium}};
0 commit comments