Refactor Super Graph into a library #26
This commit is contained in:
19
cmd/internal/serv/web/src/index.css
Executable file
19
cmd/internal/serv/web/src/index.css
Executable file
@ -0,0 +1,19 @@
|
||||
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;
|
||||
background-color: #0f202d;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
||||
monospace;
|
||||
}
|
||||
|
||||
.playground > div:nth-child(2) {
|
||||
height: calc(100vh - 131px);
|
||||
}
|
Reference in New Issue
Block a user