nwex.de/public/style/index.css

34 lines
364 B
CSS
Raw Normal View History

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;
}