mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 08:15:12 +00:00
Change terminal colors
This commit is contained in:
@ -1 +1 @@
|
||||
<div #xterm class="tfw-xterm"></div>
|
||||
<div #xterm class="tfw-xterm" (window:resize)="fit()"></div>
|
||||
|
@ -2,7 +2,11 @@
|
||||
|
||||
|
||||
.tfw-xterm {
|
||||
.xterm {
|
||||
.xterm-viewport {
|
||||
@include set-component-size('terminal');
|
||||
}
|
||||
|
||||
.xterm .composition-view {
|
||||
background: blue;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user