Skip to content

Commit a9797c7

Browse files
authored
Added --paper-slide-font-size
1 parent 42e5d1e commit a9797c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
padding: 2px;
2525
box-shadow: inset 0 0 5px 1px rgba(0,0,0,0.6);
2626
}
27+
.demo-style {
28+
--paper-slide-font-size: 64px;
29+
}
2730
}
2831
</style>
2932
</custom-style>
@@ -49,7 +52,6 @@
4952
vertical-align: middle;
5053
line-height: 600px;
5154
color: #fff;
52-
font-size: 64px !important;
5355
font-weight: bolder
5456
}
5557
.paper-slide-blue {

0 commit comments

Comments
 (0)