site-basic.css 286 B

1234567891011121314151617181920
  1. /**
  2. * For redirects and stuff like that.
  3. * Small file, not so much helped 8y this comment.
  4. */
  5. html {
  6. background-color: #222222;
  7. color: white;
  8. }
  9. body {
  10. padding: 15px;
  11. }
  12. main {
  13. background-color: rgba(0, 0, 0, 0.6);
  14. border: 1px dotted white;
  15. padding: 20px;
  16. }