diff --git a/suite/locales/en-US/profile/chrome/userContent-example.css b/suite/locales/en-US/profile/chrome/userContent-example.css index 59cca32f08b..0665c44e8c6 100644 --- a/suite/locales/en-US/profile/chrome/userContent-example.css +++ b/suite/locales/en-US/profile/chrome/userContent-example.css @@ -30,7 +30,7 @@ */ /* - * example: make search fields on www.mozilla.org white-on-black + * example: make search fields on www.mozilla.org black-on-white * * @-moz-document url-prefix(http://www.mozilla.org/) { * #q { background: white ! important; color: black ! important; }