improve light theme contrast
This commit is contained in:
		
							parent
							
								
									d595b037e6
								
							
						
					
					
						commit
						a1ec63b7ec
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -1,13 +1,13 @@ | |||
| @import url("../font/inter/inter.css"); | ||||
| 
 | ||||
| :root { | ||||
|     --bg-1000: #fff6de; | ||||
|     --bg-900: #f9f1db; | ||||
|     --bg-800: #f1e8cf; | ||||
|     --bg-700: #d2c9b1; | ||||
|     --bg-600: #f0f6c2; | ||||
|     --accent: #8d9936; | ||||
|     --text: #322e1f; | ||||
|     --bg-1000: #fffbf2; | ||||
|     --bg-900: #fff7e2; | ||||
|     --bg-800: #eee7d3; | ||||
|     --bg-700: #c8c0ac; | ||||
|     --bg-600: #edf5ba; | ||||
|     --accent: #899911; | ||||
|     --text: #11100d; | ||||
| } | ||||
| 
 | ||||
| @media (prefers-color-scheme: dark) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue