lca2019: fix up title card
It needed to be transparent. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 36 KiB | 
| @@ -47,6 +47,30 @@ body { | |||||||
|     padding-right: 80px; |     padding-right: 80px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @media only screen and (max-width:550px) { | ||||||
|  |     .reveal .footer { | ||||||
|  |         background-image: none; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | @media only screen and (max-width:750px) { | ||||||
|  |     .reveal .footer .twitter { | ||||||
|  |         display: none; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | @media only screen and (max-width:1050px) { | ||||||
|  |     .reveal .footer .theme { | ||||||
|  |         display: none; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | @media only screen and (max-width:1300px) { | ||||||
|  |     .reveal .footer .hashtag { | ||||||
|  |         display: none; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
| .reveal { | .reveal { | ||||||
|     font-family: "Space Mono", Helvetica, sans-serif; |     font-family: "Space Mono", Helvetica, sans-serif; | ||||||
|     font-size: 42px; |     font-size: 42px; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user