mirror of
				https://github.com/flynx/colors.js.git
				synced 2025-10-31 03:50:11 +00:00 
			
		
		
		
	Merge pull request #46 from zofrex/grey-to-gray
Change 'grey' to 'gray' in HTML/CSS output
This commit is contained in:
		
						commit
						6ce311411e
					
				| @ -87,7 +87,7 @@ function stylize(str, style) { | ||||
|       'strikethrough' : ['<del>',  '</del>'], | ||||
|       //grayscale
 | ||||
|       'white'     : ['<span style="color:white;">',   '</span>'], | ||||
|       'grey'      : ['<span style="color:grey;">',    '</span>'], | ||||
|       'grey'      : ['<span style="color:gray;">',    '</span>'], | ||||
|       'black'     : ['<span style="color:black;">',   '</span>'], | ||||
|       //colors
 | ||||
|       'blue'      : ['<span style="color:blue;">',    '</span>'], | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user