aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-05-23 10:38:46 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-05-23 10:38:46 +0200
commit6593ac3d5f83ec49b168d49d7963146e67fd0e79 (patch)
treebd7612f19d199b5a19b65a9d88b65d2674d1e0a6 /css
parent3483aacfa7d664520dd3e7b507de1f8418ae76f2 (diff)
downloadfreenode-live-2017-presentation-6593ac3d5f83ec49b168d49d7963146e67fd0e79.tar
freenode-live-2017-presentation-6593ac3d5f83ec49b168d49d7963146e67fd0e79.tar.gz
moz selection color in theme template #1575
Diffstat (limited to 'css')
-rw-r--r--css/theme/template/theme.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index 101a567..bcbaf0c 100644
--- a/css/theme/template/theme.scss
+++ b/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;