inspec/www/tutorial/app/xterm-terminal/xterm-terminal.component.css
2016-09-07 17:53:50 +02:00

22 lines
385 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;
}