moz selection color in theme template #1575
parent
3483aacfa7
commit
6593ac3d5f
|
@ -22,6 +22,12 @@ body {
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: $selectionColor;
|
||||
background: $selectionBackgroundColor;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.reveal .slides>section,
|
||||
.reveal .slides>section>section {
|
||||
line-height: 1.3;
|
||||
|
|
Loading…
Reference in New Issue