33 lines
364 B
CSS
33 lines
364 B
CSS
body {
|
|
background: #292D3E;
|
|
|
|
font-family: monospace;
|
|
}
|
|
|
|
pre {
|
|
margin: 0;
|
|
}
|
|
|
|
body > pre > span {
|
|
cursor: default;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
}
|
|
|
|
body {
|
|
color: white;
|
|
font-size: 1vmax;
|
|
}
|
|
|
|
#inspector {
|
|
position: fixed;
|
|
pointer-events: none;
|
|
|
|
background: inherit;
|
|
color: white;
|
|
border: 1px #424864 solid;
|
|
|
|
padding: .5vw;
|
|
}
|