29 lines
		
	
	
		
			619 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			619 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
|     article > div {
 | |
|         margin-bottom: 1rem;
 | |
|     }
 | |
| 
 | |
|     body, html {
 | |
|         height: 100%;
 | |
|     }
 | |
| 
 | |
|     blockquote {
 | |
|         padding: 0.5rem 1rem;
 | |
|         border-left: 0.25rem solid #e9ecef;
 | |
|         border-right: 0.25rem solid white;
 | |
|     }
 | |
| 
 | |
|     blockquote p:last-of-type {
 | |
|         margin-bottom: 0;
 | |
|     }
 | |
| 
 | |
|     h1:hover .paige-header-link, h2:hover .paige-header-link, h3:hover .paige-header-link, h4:hover .paige-header-link, h5:hover .paige-header-link, h6:hover .paige-header-link {
 | |
|         display: inline;
 | |
|     }
 | |
| 
 | |
|     .paige-header-link {
 | |
|         display: none;
 | |
|         margin-left: 0.3rem;
 | |
|     }
 | |
| </style>
 |