2019-03-24 14:57:29 +01:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
|
|
|
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
|
|
|
sans-serif;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2019-04-15 00:54:59 +02:00
|
|
|
background-color: #0f202d;
|
2019-03-24 14:57:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
|
|
|
monospace;
|
|
|
|
}
|
2019-04-15 00:54:59 +02:00
|
|
|
|
|
|
|
.playground > div:nth-child(2) {
|
|
|
|
height: calc(100vh - 131px);
|
|
|
|
}
|