aboutsummaryrefslogtreecommitdiff
path: root/dist/theme/simple.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/theme/simple.css')
-rw-r--r--dist/theme/simple.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/theme/simple.css b/dist/theme/simple.css
index fb110c2..5b0da04 100644
--- a/dist/theme/simple.css
+++ b/dist/theme/simple.css
@@ -48,12 +48,12 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
font-weight: normal;
color: #000; }
-::selection {
+.reveal ::selection {
color: #fff;
background: rgba(0, 0, 0, 0.99);
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: rgba(0, 0, 0, 0.99);
text-shadow: none; }