main.css 599 B

12345678910111213141516171819202122232425262728293031323334
  1. body {
  2. font-family: DejaVu Sans Mono, monospace;
  3. margin:20px auto;
  4. max-width:800px;
  5. line-height:1.5em;
  6. font-size:1.1em;
  7. background-color:#282c34;
  8. color:#bbc2cf;
  9. padding:0 10px;
  10. hyphens:auto;
  11. }
  12. img {
  13. max-width:80vw;
  14. }
  15. a { color:#ff6c6b; text-decoration:none; }
  16. a:hover { color:#ff6c6b; text-decoration:underline; }
  17. h2 {
  18. display:inline;
  19. line-height:1.2;
  20. color:#51afef;
  21. font-size:1.2em;
  22. }
  23. input { background-color: #282c34; color: #bbc2cf; }
  24. .pagination {
  25. margin-right: 1ch;
  26. text-align: center;
  27. }
  28. .pagination ul > li {
  29. list-style: none;
  30. display: inline-block;
  31. padding-left: 1ch;
  32. }