mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
18 lines
323 B
CSS
18 lines
323 B
CSS
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;
|
|
}
|