add results color scheming
This commit is contained in:
		
							parent
							
								
									c3b068d70a
								
							
						
					
					
						commit
						8fb4e3189d
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								styles/colors/defaults.results.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								styles/colors/defaults.results.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | ||||||
|  | :root { | ||||||
|  | 	--color-results_bad_dark: #AF3119; | ||||||
|  | 	--color-results_bad_light: #EC6342; | ||||||
|  |      --color-results_bad_gradient: linear-gradient(43deg, var(--color-results_bad_dark) 0%, var(--color-results_bad_light) 100%); | ||||||
|  | 
 | ||||||
|  |      --color-results_ok_dark: #E8A87C; | ||||||
|  |      --color-results_ok_light: #F6C7A1; | ||||||
|  |      --color-results_ok_gradient: linear-gradient(43deg, var(--color-results_ok_dark) 0%, var(--color-results_ok_light) 100%); | ||||||
|  | 
 | ||||||
|  | 	--color-results_good_dark: #487858; | ||||||
|  | 	--color-results_good_light: #5BBF4B; | ||||||
|  |      --color-results_good_gradient: linear-gradient(43deg, var(--color-results_good_dark) 0%, var(--color-results_good_light) 100%); | ||||||
|  | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue