storybook.css 225 B

12345678910111213141516171819
  1. html,
  2. body,
  3. #root {
  4. height: 100%;
  5. font-family:
  6. BlinkMacSystemFont,
  7. Roboto,
  8. Helvetica Neue,
  9. sans-serif;
  10. font-weight: 200;
  11. color: #484848;
  12. }
  13. #root > div {
  14. padding: 8px;
  15. }
  16. code {
  17. background: none;
  18. }