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:
parent
539e774d31
commit
d1a3656108
11 changed files with 55 additions and 0 deletions
|
@ -31,6 +31,11 @@ body {
|
|||
background: #FF5E99;
|
||||
text-shadow: none; }
|
||||
|
||||
::-moz-selection {
|
||||
color: #fff;
|
||||
background: #FF5E99;
|
||||
text-shadow: none; }
|
||||
|
||||
.reveal .slides > section,
|
||||
.reveal .slides > section > section {
|
||||
line-height: 1.3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue