1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
OpenSTF/res/app/terminal/terminal.css
2015-08-31 17:18:50 +09:00

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