mirror of
https://github.com/inspec/inspec
synced 2024-12-23 19:43:14 +00:00
26 lines
No EOL
442 B
CSS
26 lines
No EOL
442 B
CSS
#terminal-container {
|
|
width: 1200px;
|
|
height: 500px;
|
|
margin: 0 auto;
|
|
padding: 2px;
|
|
font-size: 16px;
|
|
margin-left: 70px;
|
|
}
|
|
|
|
#terminal-container .terminal {
|
|
background-color: #111;
|
|
color: #fafafa;
|
|
padding: 2px;
|
|
}
|
|
|
|
#terminal-container .terminal:focus .terminal-cursor {
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
:host /deep/ .xterm-color-0 {
|
|
color: black;
|
|
}
|
|
|
|
:host /deep/ .xterm-color-6 {
|
|
color: lightskyblue;
|
|
} |