2016-12-14 18:21:31 +01:00
|
|
|
@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 {
|
2017-01-05 05:24:27 +01:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
2016-12-14 18:21:31 +01:00
|
|
|
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;
|
|
|
|
}
|