This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/revealjs/_assets/styles/quote.css

24 lines
380 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

.reveal blockquote {
background: none;
box-shadow: none;
}
.reveal blockquote::before {
display: inline-block;
margin-bottom: -0.5em;
content: ' ';
background: url('quote.svg') no-repeat;
background-size: 2em;
height: 2em;
width: 2em;
}
.reveal blockquote small {
margin-top: 1em;
display: block;
}
.reveal blockquote small::before {
content: ' ';
}