style.css 304 B

123456789101112131415161718192021222324
  1. body {
  2. margin: auto;
  3. margin-top: 10px;
  4. font-family: monospace;
  5. background-color: #000000;
  6. color: #ffffff;
  7. max-width: 600px;
  8. }
  9. body.index {
  10. max-width: 400px !important;
  11. }
  12. h1, h2, .center {
  13. text-align: center;
  14. }
  15. img {
  16. padding: 8px;
  17. max-width: 40px;
  18. max-height: 60px;
  19. filter: invert(100%);
  20. }