Add selection colour for Mozilla Firefox
Defines the highlight colour when selecting slide content using Mozilla Firefox to match other browsers, instead of being the default colour.
This commit is contained in:
@@ -29,6 +29,11 @@ body {
|
||||
background: #d33682;
|
||||
text-shadow: none; }
|
||||
|
||||
::-moz-selection {
|
||||
color: #fff;
|
||||
background: #d33682;
|
||||
text-shadow: none; }
|
||||
|
||||
.reveal .slides > section,
|
||||
.reveal .slides > section > section {
|
||||
line-height: 1.3;
|
||||
|
Reference in New Issue
Block a user