소스 검색

update slide backgrounds example

Hakim El Hattab 10 년 전
부모
커밋
5e585ddbf2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/examples/slide-backgrounds.html

+ 2 - 2
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>