diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index 377d731..e53584c 100755 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -16,7 +16,7 @@ .tfw-header, .tfw-messages { @if ($layout-template == 'default') { - border: 2px solid $tao-plum-100; + border: 2px solid $tao-gray-100; border-top: 0; border-left: 0; border-bottom: 0; @@ -62,15 +62,19 @@ } .tfw-terminal { - border: 2px solid $tao-plum-100; + // overflow-y: hidden; + border: 1px solid $tao-plum-100; border-left: 0; - border-right: 0; border-bottom: 0; background-color: black; } .tfw-terminal-footer { - background-color: $tao-phtalo-900; + background-color: $tao-gray-800; + border: 1px solid $tao-plum-100; + border-left: 0; + border-top: 0; + border-bottom: 0; } } diff --git a/src/app/services/terminado.service.ts b/src/app/services/terminado.service.ts index 0571be8..ed65e34 100644 --- a/src/app/services/terminado.service.ts +++ b/src/app/services/terminado.service.ts @@ -14,7 +14,7 @@ export class TerminadoService { this.xterm = new Terminal({ theme: { foreground: '#ffffff', - background: '#002426', // $tao-phtalo-900 + background: '#0C0C0C', // $tao-gray-800 cursor: '#ffffff', selection: 'rgba(255, 255, 255, 0.3)', black: '#000000', diff --git a/src/app/terminal/terminal.component.html b/src/app/terminal/terminal.component.html index 32ea922..df8f55b 100644 --- a/src/app/terminal/terminal.component.html +++ b/src/app/terminal/terminal.component.html @@ -1 +1,3 @@ -
+