mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Adding back more CSS.
This commit is contained in:
19
res/app/terminal/terminal.css
Normal file
19
res/app/terminal/terminal.css
Normal file
@@ -0,0 +1,19 @@
|
||||
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%;*/
|
||||
}
|
||||
Reference in New Issue
Block a user