mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 05:32:55 +00:00 
			
		
		
		
	Make terminal tao-gray again
This commit is contained in:
		@@ -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',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user