2020-02-04 19:27:46 +00:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#root,
|
|
|
|
iframe {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #272727;
|
2020-02-05 00:16:45 +00:00
|
|
|
color: #f4f4f4;
|
2020-02-04 19:27:46 +00:00
|
|
|
margin: 0;
|
|
|
|
font-family: 'IBM Plex Sans', sans-serif;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2020-02-05 00:16:45 +00:00
|
|
|
|
|
|
|
button {
|
|
|
|
font-family: inherit;
|
|
|
|
}
|