Just made reveal background color black

This commit is contained in:
Nathan Schneider
2023-09-22 12:43:33 -06:00
parent 12044968ea
commit 77996e3fd9
+1 -1
View File
@@ -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 {