aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHakim El Hattab <hakim@squarespace.com>2013-06-04 20:25:47 +0200
committerHakim El Hattab <hakim@squarespace.com>2013-06-04 20:25:47 +0200
commit544e090bd12b79ae48c8daa8c1d267d4a83d4f19 (patch)
tree41792f67c325021346a40a474bfb19c4b44de4e7 /test
parent15f24f7a9a4b9629b3d6054bd0ef199eaee8c4c6 (diff)
downloadfosdem-2018-presentation-544e090bd12b79ae48c8daa8c1d267d4a83d4f19.tar
fosdem-2018-presentation-544e090bd12b79ae48c8daa8c1d267d4a83d4f19.tar.gz
allow control over background color when using images (#453)
Diffstat (limited to 'test')
-rw-r--r--test/background.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/background.html b/test/background.html
index 42689f3..9c8d3fe 100644
--- a/test/background.html
+++ b/test/background.html
@@ -54,7 +54,7 @@
<h2>Background image</h2>
</section>
- <section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat">
+ <section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat" data-background-color="#111" style="background: rgba(255,255,255,0.9)">
<h2>Background image</h2>
<code>data-background-size="100px" data-background-repeat="repeat"</code>
</section>