From 9cdbf83593ebabe963a5adb45c765bb91150e0e2 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 26 May 2016 09:38:23 -0700 Subject: [PATCH] Follow-up 276c30e: Use the correct hex for the green we want Bug: T136175 Change-Id: I4ce6010d55c361c56584a36ac252a68f0d2ee363 --- mw-config/config.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mw-config/config.css b/mw-config/config.css index 9cfc40fe8e..3aeb1edc1a 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -137,7 +137,7 @@ .success-message { font-weight: bold; font-size: 110%; - color: #0f0; + color: #008000; } .success-box { -- 2.20.1