Merge pull request #21 from mntn-xyz/patch-13
Format additional elements and fix overflow:auto
This commit is contained in:
		
						commit
						dc6bc7727a
					
				| @ -101,6 +101,24 @@ ol li::marker { | |||||||
|     color: var(--bright-bg); |     color: var(--bright-bg); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | dt { | ||||||
|  |   margin: 0; | ||||||
|  |   font-weight: bold; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | dd { | ||||||
|  |   margin: 0 0 0 1.5rem; | ||||||
|  |   font-style: italic; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | dd + dt { | ||||||
|  |   margin-top: 1.5rem; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | dl { | ||||||
|  |   margin: 0 0 1.5rem 0; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| /* Blockquotes */ | /* Blockquotes */ | ||||||
| blockquote { | blockquote { | ||||||
|     position: relative; |     position: relative; | ||||||
| @ -123,14 +141,15 @@ blockquote::before { | |||||||
| /* Code */ | /* Code */ | ||||||
| pre, | pre, | ||||||
| code,  | code,  | ||||||
| kbd { | kbd, | ||||||
|     overflow-x: auto; | samp { | ||||||
|     background: var(--dark-bg) !important; |     background: var(--dark-bg) !important; | ||||||
|     font-family: var(--font-monospace); |     font-family: var(--font-monospace); | ||||||
|     color: var(--bright-bg); |     color: var(--bright-bg); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| pre { | pre { | ||||||
|  |     overflow-x: auto; | ||||||
|     padding: 1.5rem; |     padding: 1.5rem; | ||||||
|     margin: 0 0 1.5rem 0; |     margin: 0 0 1.5rem 0; | ||||||
| } | } | ||||||
| @ -159,6 +178,7 @@ hr:after { | |||||||
|     color: var(--bright-bg); |     color: var(--bright-bg); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| /* Prevent super/sub from affecting line height */ | /* Prevent super/sub from affecting line height */ | ||||||
| sup, sub { | sup, sub { | ||||||
|     vertical-align: baseline; |     vertical-align: baseline; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user