Simon Bruder
1e7f5f20b9
All checks were successful
continuous-integration/drone/push Build is passing
38 lines
718 B
CSS
38 lines
718 B
CSS
@import "../_assets/reveal.js/dist/theme/black.css";
|
||
@import "../_assets/fonts/Fira Sans/index.css";
|
||
|
||
body * {
|
||
font-family: "Fira Sans", Roboto, Helvetica, sans-serif !important;
|
||
}
|
||
|
||
.reveal blockquote {
|
||
/*background: rgba(0,0,0,0.25);
|
||
box-shadow: 0 0 0.5em 1em rgba(0,0,0,0.25);*/
|
||
background: none;
|
||
box-shadow: none;
|
||
font-style: normal;
|
||
}
|
||
|
||
.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: '– ';
|
||
}
|
||
|
||
.reveal blockquote.small {
|
||
font-size: 0.9em;
|
||
}
|