From 0b21fde791e5aef2e5b32ff3853e5bdfd44ea696 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 17 Oct 2023 22:03:28 -0600 Subject: [PATCH] Put background on captions in reveal --- .revealjs/ntn.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.revealjs/ntn.css b/.revealjs/ntn.css index b78d335..48833ae 100644 --- a/.revealjs/ntn.css +++ b/.revealjs/ntn.css @@ -78,7 +78,7 @@ body { /********************************************* * OTHER *********************************************/ -.reveal p { +.reveal p, .reveal figcaption { display: table; margin: 0px auto 0px auto; background-color: rgba(0,0,0,0.8);