From 77996e3fd97c4e1f501aef052c76cc6bb09df35f Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 22 Sep 2023 12:43:33 -0600 Subject: [PATCH] Just made reveal background color black --- .revealjs/ntn.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.revealjs/ntn.css b/.revealjs/ntn.css index e6fa8bd..b78d335 100644 --- a/.revealjs/ntn.css +++ b/.revealjs/ntn.css @@ -13,7 +13,7 @@ section.has-light-background, section.has-light-background h1, section.has-light body { background: #222; background-color: #222; - background-image: linear-gradient(#CFB87C, #CFB87C, black); /* ntnsndr added */ + background-image: linear-gradient(black, black); } .reveal {