bt: display commentary

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2020-01-03 13:46:18 +08:00
parent 4e0545727d
commit f8209d517c
2 changed files with 63 additions and 2 deletions

View File

@ -24,6 +24,19 @@ body {
background-color: #fff;
}
.reveal .commentary {
bottom: 100px;
right: 0em;
padding-bottom: 1em;
padding-right: 1em;
position: absolute;
background-color: rgba(0,0,0, 0.50);
font-size: 16pt;
font-family: serif;
z-index: 10;
color: white;
}
.reveal .footer {
position: absolute;
bottom: 0em;