Merge pull request #1575 from aniqah/firefox-selection-colour
Add selection colour for Mozilla Firefox
This commit is contained in:
		| @@ -29,6 +29,11 @@ body { | |||||||
|   background: rgba(79, 64, 28, 0.99); |   background: rgba(79, 64, 28, 0.99); | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: rgba(79, 64, 28, 0.99); | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -25,6 +25,11 @@ body { | |||||||
|   background: #bee4fd; |   background: #bee4fd; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #bee4fd; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -28,6 +28,11 @@ body { | |||||||
|   background: #a23; |   background: #a23; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #a23; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -31,6 +31,11 @@ body { | |||||||
|   background: #FF5E99; |   background: #FF5E99; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #FF5E99; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -29,6 +29,11 @@ body { | |||||||
|   background: #d33682; |   background: #d33682; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #d33682; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -23,6 +23,11 @@ body { | |||||||
|   background: #e7ad52; |   background: #e7ad52; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #e7ad52; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -25,6 +25,11 @@ body { | |||||||
|   background: #26351C; |   background: #26351C; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #26351C; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -25,6 +25,11 @@ body { | |||||||
|   background: rgba(0, 0, 0, 0.99); |   background: rgba(0, 0, 0, 0.99); | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: rgba(0, 0, 0, 0.99); | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -32,6 +32,11 @@ body { | |||||||
|   background: #134674; |   background: #134674; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #134674; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -29,6 +29,11 @@ body { | |||||||
|   background: #d33682; |   background: #d33682; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #d33682; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
| @@ -25,6 +25,11 @@ body { | |||||||
|   background: #98bdef; |   background: #98bdef; | ||||||
|   text-shadow: none; } |   text-shadow: none; } | ||||||
|  |  | ||||||
|  | ::-moz-selection { | ||||||
|  |   color: #fff; | ||||||
|  |   background: #98bdef; | ||||||
|  |   text-shadow: none; } | ||||||
|  |  | ||||||
| .reveal .slides > section, | .reveal .slides > section, | ||||||
| .reveal .slides > section > section { | .reveal .slides > section > section { | ||||||
|   line-height: 1.3; |   line-height: 1.3; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user