Code styling and highlighting
This commit is contained in:
		@@ -4,7 +4,7 @@ compile_sass = true
 | 
				
			|||||||
build_search_index = false
 | 
					build_search_index = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[markdown]
 | 
					[markdown]
 | 
				
			||||||
highlight_code = false
 | 
					highlight_code = true
 | 
				
			||||||
smart_punctuation = true
 | 
					smart_punctuation = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[extra]
 | 
					[extra]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -108,6 +108,19 @@ main {
 | 
				
			|||||||
			padding-left: 1.5em;
 | 
								padding-left: 1.5em;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						p>code {
 | 
				
			||||||
 | 
							background-color: #2b303b;
 | 
				
			||||||
 | 
							color: #fff;
 | 
				
			||||||
 | 
							font-size: 14px;
 | 
				
			||||||
 | 
							padding: .3em .5em;
 | 
				
			||||||
 | 
							border-radius: .3em;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						pre {
 | 
				
			||||||
 | 
							font-size: 14px;
 | 
				
			||||||
 | 
							padding: 1em;
 | 
				
			||||||
 | 
							overflow: auto;
 | 
				
			||||||
 | 
							border-radius: .3em;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
a {
 | 
					a {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user