From 198c84fca7ef3179b32397eb64fb50da672fbfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sun, 27 May 2018 19:32:08 +0200 Subject: [PATCH] Make terminal and console black --- src/app/dashboard/dashboard.component.scss | 2 +- src/app/services/terminado.service.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index d2ea6d2..279ed32 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -75,7 +75,7 @@ .tfw-terminal { overflow-y: hidden; - background-color: $tao-gray-800; + background-color: black; padding-bottom: 2.2em; div[class*="web"] & { diff --git a/src/app/services/terminado.service.ts b/src/app/services/terminado.service.ts index 507f407..2f25887 100644 --- a/src/app/services/terminado.service.ts +++ b/src/app/services/terminado.service.ts @@ -17,7 +17,7 @@ export class TerminadoService { this.xterm = new Terminal({ theme: { foreground: '#ffffff', - background: '#0C0C0C', // $tao-gray-800 + background: '#000000', cursor: '#ffffff', selection: 'rgba(255, 255, 255, 0.3)', black: '#000000',