mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
20 lines
371 B
CSS
20 lines
371 B
CSS
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
/*height: 100%;*/
|
|
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;
|
|
/*min-height: 100%;*/
|
|
}
|