53 lines
471 B
CSS
53 lines
471 B
CSS
@import "solarized-light.css";
|
|
|
|
html, body, #mount
|
|
{ height: 100%
|
|
; width: 100%
|
|
}
|
|
|
|
body
|
|
{ max-width: 90%
|
|
; margin: 0 auto
|
|
; padding: 0
|
|
}
|
|
|
|
.split-root
|
|
{ height: 100%
|
|
}
|
|
|
|
.split-splitter
|
|
{ width: 100%
|
|
; height: 100%
|
|
; background: #ccc
|
|
}
|
|
|
|
.split-pane
|
|
{ margin: 0
|
|
; padding: 0
|
|
}
|
|
|
|
.pane-content
|
|
{ margin: 0.5em
|
|
}
|
|
|
|
.stack-view
|
|
{}
|
|
|
|
.dump-view
|
|
{}
|
|
|
|
.heap-view
|
|
{}
|
|
|
|
.code-view
|
|
{ display: grid
|
|
}
|
|
|
|
.code-view.instr
|
|
{ }
|
|
|
|
.code-view > .instr:nth-of-type(odd)
|
|
{ background: #00000032;
|
|
}
|
|
|