From 58f5168b4bf4ec387458d772448c99d9e40a8dbf Mon Sep 17 00:00:00 2001 From: Steve Preston Date: Mon, 12 Oct 2015 16:28:48 -0400 Subject: [PATCH] [WebProfiler] [toolbar] Changed profiler toolbar color to comply with WCAG 2.0AA contrast standards --- .../WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig index 85b30948ed..129fd82d27 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -165,7 +165,7 @@ } .sf-toolbar-block .sf-toolbar-status-green { - background-color: #759e1a; + background-color: #5e8014; } .sf-toolbar-block .sf-toolbar-status-red {