Shaded style on examples
This commit is contained in:
		
							parent
							
								
									ceec9ae548
								
							
						
					
					
						commit
						494a5b24da
					
				|  | @ -45,12 +45,19 @@ | ||||||
|     .example { |     .example { | ||||||
|       box-sizing: border-box; |       box-sizing: border-box; | ||||||
|       background: #EEEEEE; |       background: #EEEEEE; | ||||||
|       box-shadow: 0 0 50px 0 rgba(0,0,0,0.2) inset; |       box-shadow: 0 0 50px 0 rgba(0,0,0,0.1) inset; | ||||||
|  |       -webkit-border-radius: 10px; | ||||||
|  |       -moz-border-radius: 10px; | ||||||
|  |       border-radius: 10px; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     pre { |     pre { | ||||||
|       font-family: monospace; |       font-family: monospace; | ||||||
|       background: #EEEEEE; |       background: #EEEEEE; | ||||||
|  |       box-shadow: 0 0 50px 0 rgba(0,0,0,0.1) inset; | ||||||
|  |       -webkit-border-radius: 10px; | ||||||
|  |       -moz-border-radius: 10px; | ||||||
|  |       border-radius: 10px; | ||||||
|       padding: 15px; |       padding: 15px; | ||||||
|     } |     } | ||||||
|     .Function { font-weight: bold; } |     .Function { font-weight: bold; } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user