about summary refs log tree commit diff
path: root/storybook/storybook.scss
blob: 31f11b5adfadff6e44a0a9a19c41e68c3fb6c0b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,500);

#root {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #282c37;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 140px;
  text-rendering: optimizelegibility;
  font-feature-settings: "kern";
  padding: 4rem;
}