Update light.css
This commit is contained in:
		@@ -1,16 +1,19 @@
 | 
				
			|||||||
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap");
 | 
					@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap");
 | 
				
			||||||
@import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap");
 | 
					@import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:root {
 | 
				
			||||||
 | 
					        --color-bg: #fffff4;
 | 
				
			||||||
 | 
					        --color-text: #000;
 | 
				
			||||||
 | 
					        --gap-l: 2.5rem;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
        margin: 40px auto;
 | 
					        margin: var(--gap-l) auto;
 | 
				
			||||||
        width: 610px;
 | 
					        max-width: 610px;
 | 
				
			||||||
        max-width: 100%;
 | 
					 | 
				
			||||||
        line-height: 1.6;
 | 
					        line-height: 1.6;
 | 
				
			||||||
        font-size: 16px;
 | 
					        background: var(--color-bg);
 | 
				
			||||||
        background: #fffff4;
 | 
					        color: var(--color-text);
 | 
				
			||||||
        color: #3a1616;
 | 
					 | 
				
			||||||
        padding: 0 10px;
 | 
					        padding: 0 10px;
 | 
				
			||||||
        font-size: 18px;
 | 
					 | 
				
			||||||
        line-height: 28px;
 | 
					        line-height: 28px;
 | 
				
			||||||
        font-family: "Lora";
 | 
					        font-family: "Lora";
 | 
				
			||||||
        font-weight: 500;
 | 
					        font-weight: 500;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user