diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-09-09 17:33:52 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-09-09 17:33:52 +0200 |
commit | 2479883d3cdec0a810f95e4fe80696877e5ae227 (patch) | |
tree | 4763ef4c8385bbe64422e1ed978952f5ebf5d590 /test/examples | |
parent | 5e585ddbf2f3f9514f1db11ccb250eca02fb6878 (diff) | |
download | fosdem-2018-presentation-2479883d3cdec0a810f95e4fe80696877e5ae227.tar fosdem-2018-presentation-2479883d3cdec0a810f95e4fe80696877e5ae227.tar.gz |
is-light-background -> has-light-background, doesn't apply to background itself
Diffstat (limited to 'test/examples')
-rw-r--r-- | test/examples/slide-backgrounds.html | 3 |
1 files changed, 2 insertions, 1 deletions
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; } </style> |