moz selection color in theme template #1575
This commit is contained in:
parent
3483aacfa7
commit
6593ac3d5f
@ -22,6 +22,12 @@ body {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
color: $selectionColor;
|
||||||
|
background: $selectionBackgroundColor;
|
||||||
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user