|  | @@ -68,7 +68,7 @@ body {
 | 
	
		
			
			| 68 | 68 |  
 | 
	
		
			
			| 69 | 69 |  /* No `:visited` state is required by default (browsers will use `a`) */
 | 
	
		
			
			| 70 | 70 |  a {
 | 
	
		
			
			| 71 |  | -  color: #268bd2;
 | 
	
		
			
			|  | 71 | +  color: #227bb9;
 | 
	
		
			
			| 72 | 72 |    text-decoration: none;
 | 
	
		
			
			| 73 | 73 |  }
 | 
	
		
			
			| 74 | 74 |  /* `:focus` is linked to `:hover` for basic accessibility */
 | 
	
	
		
			
			|  | @@ -153,7 +153,7 @@ pre {
 | 
	
		
			
			| 153 | 153 |  code {
 | 
	
		
			
			| 154 | 154 |    padding: .25em .5em;
 | 
	
		
			
			| 155 | 155 |    font-size: 85%;
 | 
	
		
			
			| 156 |  | -  color: #bf616a;
 | 
	
		
			
			|  | 156 | +  color: #b3555e;
 | 
	
		
			
			| 157 | 157 |    background-color: #f9f9f9;
 | 
	
		
			
			| 158 | 158 |    border-radius: 3px;
 | 
	
		
			
			| 159 | 159 |  }
 | 
	
	
		
			
			|  | @@ -323,7 +323,7 @@ tbody tr:nth-child(odd) th {
 | 
	
		
			
			| 323 | 323 |    display: block;
 | 
	
		
			
			| 324 | 324 |    margin-top: -.5rem;
 | 
	
		
			
			| 325 | 325 |    margin-bottom: 1rem;
 | 
	
		
			
			| 326 |  | -  color: #9a9a9a;
 | 
	
		
			
			|  | 326 | +  color: #757575;
 | 
	
		
			
			| 327 | 327 |  }
 | 
	
		
			
			| 328 | 328 |  
 | 
	
		
			
			| 329 | 329 |  /* Related posts */
 | 
	
	
		
			
			|  | @@ -344,7 +344,7 @@ tbody tr:nth-child(odd) th {
 | 
	
		
			
			| 344 | 344 |    color: #999;
 | 
	
		
			
			| 345 | 345 |  }
 | 
	
		
			
			| 346 | 346 |  .related-posts li a:hover {
 | 
	
		
			
			| 347 |  | -  color: #268bd2;
 | 
	
		
			
			|  | 347 | +  color: #227bb9;
 | 
	
		
			
			| 348 | 348 |    text-decoration: none;
 | 
	
		
			
			| 349 | 349 |  }
 | 
	
		
			
			| 350 | 350 |  .related-posts li a:hover small {
 |