mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 21:51:57 +00:00
Make terminal tao-gray again
This commit is contained in:
parent
725cb4c7f6
commit
e929209c74
@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
.tfw-terminal {
|
.tfw-terminal {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
background-color: black;
|
background-color: $tao-gray-800;
|
||||||
padding-bottom: 2.2em;
|
padding-bottom: 2.2em;
|
||||||
|
|
||||||
div[class*="web"] & {
|
div[class*="web"] & {
|
||||||
|
@ -17,7 +17,7 @@ export class TerminadoService {
|
|||||||
this.xterm = new Terminal({
|
this.xterm = new Terminal({
|
||||||
theme: {
|
theme: {
|
||||||
foreground: '#ffffff',
|
foreground: '#ffffff',
|
||||||
background: '#000000',
|
background: '#0C0C0C', // $tao-gray-800
|
||||||
cursor: '#ffffff',
|
cursor: '#ffffff',
|
||||||
selection: 'rgba(255, 255, 255, 0.3)',
|
selection: 'rgba(255, 255, 255, 0.3)',
|
||||||
black: '#000000',
|
black: '#000000',
|
||||||
|
Loading…
Reference in New Issue
Block a user