move over one more color
This commit is contained in:
		
							parent
							
								
									9f8c589821
								
							
						
					
					
						commit
						803c99b121
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@ body {
 | 
				
			||||||
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
 | 
					  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
 | 
				
			||||||
  font-size: 14px;
 | 
					  font-size: 14px;
 | 
				
			||||||
  line-height: 1.2;
 | 
					  line-height: 1.2;
 | 
				
			||||||
  color: #333;
 | 
					  color: var(--body-text-color);
 | 
				
			||||||
  background: var(--body-bg);
 | 
					  background: var(--body-bg);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -15,6 +15,7 @@
 | 
				
			||||||
  --anchor-text: royalblue;
 | 
					  --anchor-text: royalblue;
 | 
				
			||||||
  --main-bg: white;
 | 
					  --main-bg: white;
 | 
				
			||||||
  --body-bg: #ebeffb;
 | 
					  --body-bg: #ebeffb;
 | 
				
			||||||
 | 
					  --body-text-color: #333;
 | 
				
			||||||
  --main-border: #ededed;
 | 
					  --main-border: #ededed;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  --form-bg: #fafafa;
 | 
					  --form-bg: #fafafa;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue