index.css 513 B

12345678910111213141516171819202122
  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. font-weight: 500;
  11. }
  12. code {
  13. font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
  14. monospace;
  15. }
  16. #root {
  17. position: absolute;
  18. width: 100% !important;
  19. height: 100% !important;
  20. }