浏览代码

moz selection color in theme template #1575

Hakim El Hattab 8 年之前
父节点
当前提交
6593ac3d5f
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;