Update themes/plain/layouts/partials/style.html
This commit is contained in:
		
							parent
							
								
									f242ffda04
								
							
						
					
					
						commit
						3027d0c60f
					
				| 
						 | 
					@ -1,7 +1,8 @@
 | 
				
			||||||
<link rel="stylesheet" href="/css/syntax.css">
 | 
					<link rel="stylesheet" href="/css/syntax.css">
 | 
				
			||||||
<style>
 | 
					<style>
 | 
				
			||||||
  body {
 | 
					  body {
 | 
				
			||||||
    font-family: "Source Sans 3", "Pretendard", sans-serif;
 | 
					    font-family: "Inter", "Source Sans 3", "Pretendard", sans-serif;
 | 
				
			||||||
 | 
					    letter-spacing: -0.2px;
 | 
				
			||||||
    font-size: 16px;
 | 
					    font-size: 16px;
 | 
				
			||||||
    margin: auto;
 | 
					    margin: auto;
 | 
				
			||||||
    padding: 20px;
 | 
					    padding: 20px;
 | 
				
			||||||
| 
						 | 
					@ -120,7 +121,7 @@
 | 
				
			||||||
    font-style: italic;
 | 
					    font-style: italic;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @media (prefers-color-scheme: dark) {
 | 
					  /* @media (prefers-color-scheme: dark) {
 | 
				
			||||||
    body {
 | 
					    body {
 | 
				
			||||||
      background-color: #333;
 | 
					      background-color: #333;
 | 
				
			||||||
      color: white;
 | 
					      color: white;
 | 
				
			||||||
| 
						 | 
					@ -147,6 +148,6 @@
 | 
				
			||||||
      background-color: #252525;
 | 
					      background-color: #252525;
 | 
				
			||||||
      color: #ddd;
 | 
					      color: #ddd;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  } */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue