From 1626d9f9a48644d0f8acde39f18ad49d444e2aea Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 18 Mar 2012 03:37:49 -0400 Subject: [PATCH] tests: Fix font color for tests Since the GNOME Shell style cleanup, all text is white. Fix that in the test cases. https://bugzilla.gnome.org/show_bug.cgi?id=672321 --- tests/testcommon/test.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testcommon/test.css b/tests/testcommon/test.css index 49f5b65dd..eeeb8de97 100644 --- a/tests/testcommon/test.css +++ b/tests/testcommon/test.css @@ -2,6 +2,7 @@ stage { font: 16pt serif; + color: black; } .red {