Line-height css variable.
This commit is contained in:
		@@ -20,9 +20,9 @@ body {
 | 
				
			|||||||
  margin: 0;
 | 
					  margin: 0;
 | 
				
			||||||
  padding: 0;
 | 
					  padding: 0;
 | 
				
			||||||
  font-family: "Roboto", sans-serif;
 | 
					  font-family: "Roboto", sans-serif;
 | 
				
			||||||
  line-height: 1.6;
 | 
					  line-height: var(--line-height);
 | 
				
			||||||
  background: $background-color;
 | 
					  background: var(--background-color);
 | 
				
			||||||
  color: $text-color;
 | 
					  color: var(--text-color);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * {
 | 
					  * {
 | 
				
			||||||
    transition: 0.5s ease;
 | 
					    transition: 0.5s ease;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,6 +38,7 @@
 | 
				
			|||||||
  --color-error-highlight: #dc3023;
 | 
					  --color-error-highlight: #dc3023;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  --header-size: 90px;
 | 
					  --header-size: 90px;
 | 
				
			||||||
 | 
					  --line-height: 1.5;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (prefers-color-scheme: dark) {
 | 
					@media (prefers-color-scheme: dark) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user