moz selection color in theme template #1575

master
Hakim El Hattab 2016-05-23 10:38:46 +02:00
parent 3483aacfa7
commit 6593ac3d5f
1 changed files with 6 additions and 0 deletions

View File

@ -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;