presentations/custom.css

23 lines
313 B
CSS
Raw Normal View History

2018-10-16 09:05:52 -05:00
body {
background: #000;
background-color: #000;
}
html:-webkit-full-screen-ancestor {
background: #000;
background-color: #000;
}
html:-moz-full-screen-ancestor {
background: #000;
background-color: #000;
}
.reveal pre {
box-shadow : none;
}
.reveal .slides section > ul {
margin-left: 1em;
}