index.css 493 B

123456789101112131415161718192021
  1. body {
  2. margin: 0;
  3. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
  4. "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  5. sans-serif;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. background-color: #222;
  9. color: #ccc;
  10. }
  11. code {
  12. font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
  13. monospace;
  14. }
  15. #root {
  16. position: absolute;
  17. width: 100% !important;
  18. height: 100% !important;
  19. }