Swap out red quotation border for blue; other changes ignored

This commit is contained in:
benjamin melançon 2020-05-01 08:23:12 -04:00
parent 45c19e06f7
commit 3453d966be

View file

@ -48,7 +48,9 @@ section.has-light-background {
}
.reveal blockquote {
border: dashed 5px #823a69;
display: block;
padding: 2rem;
border: dashed 5px navy;
}
// Theme template ------------------------------