aboutsummaryrefslogtreecommitdiff
path: root/css/theme/simple.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r--css/theme/simple.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/theme/simple.css b/css/theme/simple.css
index b17fa5c..33809ec 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -25,6 +25,11 @@ body {
background: rgba(0, 0, 0, 0.99);
text-shadow: none; }
+::-moz-selection {
+ color: #fff;
+ background: rgba(0, 0, 0, 0.99);
+ text-shadow: none; }
+
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.3;