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