present.css 432 B

12345678910111213141516171819202122232425262728293031
  1. body {
  2. font-family: Cantarell, Lato, sans-serif;
  3. font-size: 1.4em;
  4. line-height: 1.7em;
  5. margin: 0 auto;
  6. max-width: 35em;
  7. /* Modern Dark colors */
  8. background-color: #011;
  9. color: #DDD;
  10. /* hide cursor */
  11. cursor: none;
  12. }
  13. a { color: #9CF }
  14. .section {
  15. display: table;
  16. height: 96.5vh;
  17. }
  18. .references {
  19. padding-left: 1.5em;
  20. text-indent: -1.5em;
  21. }
  22. li { list-style-type: square }