You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
466 B

  1. html, body { height: 100%; }
  2. body {
  3. margin: 0;
  4. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  5. 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
  6. sans-serif;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. }
  10. code {
  11. font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
  12. monospace;
  13. }
  14. .heatmap-canvas {
  15. pointer-events: none;
  16. }
  17. canvas {
  18. opacity: 0;
  19. }