mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:11:32 +00:00
Make terminal and console black
This commit is contained in:
parent
ce192891d8
commit
198c84fca7
@ -75,7 +75,7 @@
|
||||
|
||||
.tfw-terminal {
|
||||
overflow-y: hidden;
|
||||
background-color: $tao-gray-800;
|
||||
background-color: black;
|
||||
padding-bottom: 2.2em;
|
||||
|
||||
div[class*="web"] & {
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user