fix missing theme line-height when printing #1967
This commit is contained in:
		| @@ -34,8 +34,8 @@ body { | ||||
|   background: rgba(79, 64, 28, 0.99); | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -30,8 +30,8 @@ body { | ||||
|   background: #bee4fd; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -33,8 +33,8 @@ body { | ||||
|   background: #a23; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -36,8 +36,8 @@ body { | ||||
|   background: #FF5E99; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -34,8 +34,8 @@ body { | ||||
|   background: #d33682; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -28,8 +28,8 @@ body { | ||||
|   background: #e7ad52; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -30,8 +30,8 @@ body { | ||||
|   background: #26351C; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -33,8 +33,8 @@ body { | ||||
|   background: rgba(0, 0, 0, 0.99); | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -37,8 +37,8 @@ body { | ||||
|   background: #134674; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -34,8 +34,8 @@ body { | ||||
|   background: #d33682; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
| @@ -28,8 +28,8 @@ body { | ||||
| 	text-shadow: none; | ||||
| } | ||||
|  | ||||
| .reveal .slides>section, | ||||
| .reveal .slides>section>section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section>section { | ||||
| 	line-height: 1.3; | ||||
| 	font-weight: inherit; | ||||
| } | ||||
|   | ||||
| @@ -30,8 +30,8 @@ body { | ||||
|   background: #98bdef; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
| .reveal .slides section, | ||||
| .reveal .slides section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user