mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	Fix wrong ANSI red color in the CSS
This commit is contained in:
		
							parent
							
								
									fc6343bd19
								
							
						
					
					
						commit
						27d2a760fd
					
				@ -122,7 +122,7 @@ a.active:hover { text-decoration: none; }
 | 
				
			|||||||
/* run console ansi colors (based on base16-default-dark and base16-bright) */
 | 
					/* run console ansi colors (based on base16-default-dark and base16-bright) */
 | 
				
			||||||
:root {
 | 
					:root {
 | 
				
			||||||
  --ansi-black: #181818;
 | 
					  --ansi-black: #181818;
 | 
				
			||||||
  --ansi-red: #f8f8f8;
 | 
					  --ansi-red: #ff0000;
 | 
				
			||||||
  --ansi-green: #a1b56c;
 | 
					  --ansi-green: #a1b56c;
 | 
				
			||||||
  --ansi-yellow: #f7ca88;
 | 
					  --ansi-yellow: #f7ca88;
 | 
				
			||||||
  --ansi-blue: #7cafc2;
 | 
					  --ansi-blue: #7cafc2;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user