mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
15 lines
260 B
CSS
15 lines
260 B
CSS
.stf-shell .shell-results {
|
|
font-size: 12px;
|
|
color: #fefefe;
|
|
background: #444;
|
|
}
|
|
|
|
.stf-shell .shell-results-empty {
|
|
font-style: italic;
|
|
}
|
|
|
|
.stf-shell .shell-input {
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
font-size: 12px;
|
|
}
|