From 2479883d3cdec0a810f95e4fe80696877e5ae227 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 9 Sep 2014 17:33:52 +0200 Subject: is-light-background -> has-light-background, doesn't apply to background itself --- test/examples/slide-backgrounds.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html index b3820d8..702a746 100644 --- a/test/examples/slide-backgrounds.html +++ b/test/examples/slide-backgrounds.html @@ -15,7 +15,8 @@ .slides section h2 { color: #fff; } - .slides .is-background-light h2 { + .slides section.has-light-background, + .slides section.has-light-background h2 { color: #222; } -- cgit v1.2.3