aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-09-09 17:21:29 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-09-09 17:21:29 +0200
commit5e585ddbf2f3f9514f1db11ccb250eca02fb6878 (patch)
tree9aa349a2e145118ebc3769adf73d7d26c118d339 /test
parent9fb0c5f3d3df1b207c444114a3ea0a6dc909cde4 (diff)
downloadfreenode-live-2017-presentation-5e585ddbf2f3f9514f1db11ccb250eca02fb6878.tar
freenode-live-2017-presentation-5e585ddbf2f3f9514f1db11ccb250eca02fb6878.tar.gz
update slide backgrounds example
Diffstat (limited to 'test')
-rw-r--r--test/examples/slide-backgrounds.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html
index 60223c7..b3820d8 100644
--- a/test/examples/slide-backgrounds.html
+++ b/test/examples/slide-backgrounds.html
@@ -36,7 +36,7 @@
</section>
<section data-background-color="lightblue">
- <h2>data-background: ----</h2>
+ <h2>data-background: lightblue</h2>
</section>
<section>
@@ -58,7 +58,7 @@
<section>
<h2>Background applied to stack</h2>
</section>
- <section data-background="rgba(100, 0, 0, 0.2)">
+ <section data-background="rgb(66, 66, 66)">
<h2>Background applied to slide inside of stack</h2>
</section>
</section>