style.css 237 B

12345678910111213141516171819
  1. .reveal blockquote {
  2. width: 90%;
  3. padding: 0 5%;
  4. }
  5. .reveal code {
  6. background: black;
  7. }
  8. .reveal pre {
  9. background: black;
  10. width: 100%;
  11. text-align: left;
  12. }
  13. .reveal section img {
  14. border: 0px;
  15. margin: 0px;
  16. }