Drop background from plain images (like our logo should be on regular background directly)

This commit is contained in:
benjamin melançon 2020-03-16 02:57:55 -04:00
parent 73505a5bd1
commit 11e1e051d4

View file

@ -43,6 +43,10 @@ section.has-light-background {
}
}
.reveal section img.plain {
background: none;
}
.reveal blockquote {
border: dashed 5px #823a69;
}