Added purple gradient to slides:)

This commit is contained in:
Nathan Schneider
2022-01-20 13:14:32 -07:00
parent 8d34e47338
commit 13fd25958a
+2 -1
View File
@@ -13,7 +13,8 @@ section.has-light-background, section.has-light-background h1, section.has-light
*********************************************/ *********************************************/
body { body {
background: #222; background: #222;
background-color: #222; } background-color: #222;
background-image: linear-gradient(black, purple);} /* ntnsndr added */
.reveal { .reveal {
font-family: "Dinreg", "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */ font-family: "Dinreg", "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */