blob: 54a3316e402e5490bc3abdb292b91011f053ef33 [file] [log] [blame]
html, body {
padding: 0;
margin: 0;
cursor: text;
background: #000;
}
.terminal {
font-family: Monaco, FreeMono, monospace;
color: #fff;
font-weight: bold;
font-size: 14px;
line-height: 14px;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
cursor: text;
}