index.less 94 Bytes
Newer Older
bert committed
1 2 3 4 5 6 7 8

:global {
  html, body, #root {
    height: 100%;
  }
  body {
    background: #fafafa;
  }
fukai committed
9
}