Browse Source

moz selection color in theme template #1575

Hakim El Hattab 8 years ago
parent
commit
6593ac3d5f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      css/theme/template/theme.scss

+ 6 - 0
css/theme/template/theme.scss

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