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