aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-11 11:28:36 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-11 11:28:36 +0200
commitaa2a4a0a369780cceac4d43db0b1afac0a1ca4ac (patch)
tree3adafaf09bd8a7809210eb664dcd48c13e84fdb7 /dist
parent2104dee1c10884d848e5b83a01176fb7a23229db (diff)
downloadfosdem-2021-minimalism-presentation-aa2a4a0a369780cceac4d43db0b1afac0a1ca4ac.tar
fosdem-2021-minimalism-presentation-aa2a4a0a369780cceac4d43db0b1afac0a1ca4ac.tar.gz
scope selection color to .reveal
Diffstat (limited to 'dist')
-rw-r--r--dist/theme/beige.css4
-rw-r--r--dist/theme/black.css4
-rw-r--r--dist/theme/blood.css4
-rw-r--r--dist/theme/league.css4
-rw-r--r--dist/theme/moon.css4
-rw-r--r--dist/theme/night.css4
-rw-r--r--dist/theme/serif.css4
-rw-r--r--dist/theme/simple.css4
-rw-r--r--dist/theme/sky.css4
-rw-r--r--dist/theme/solarized.css4
-rw-r--r--dist/theme/white.css4
11 files changed, 22 insertions, 22 deletions
diff --git a/dist/theme/beige.css b/dist/theme/beige.css
index 54b7854..579770e 100644
--- a/dist/theme/beige.css
+++ b/dist/theme/beige.css
@@ -49,12 +49,12 @@
font-weight: normal;
color: #333; }
-::selection {
+.reveal ::selection {
color: #fff;
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
diff --git a/dist/theme/black.css b/dist/theme/black.css
index 264e692..51498a5 100644
--- a/dist/theme/black.css
+++ b/dist/theme/black.css
@@ -45,12 +45,12 @@ section.has-light-background, section.has-light-background h1, section.has-light
font-weight: normal;
color: #fff; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #bee4fd;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #bee4fd;
text-shadow: none; }
diff --git a/dist/theme/blood.css b/dist/theme/blood.css
index e822c04..396d632 100644
--- a/dist/theme/blood.css
+++ b/dist/theme/blood.css
@@ -48,12 +48,12 @@
font-weight: normal;
color: #eee; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #a23;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #a23;
text-shadow: none; }
diff --git a/dist/theme/league.css b/dist/theme/league.css
index 87453d0..6878bca 100644
--- a/dist/theme/league.css
+++ b/dist/theme/league.css
@@ -51,12 +51,12 @@
font-weight: normal;
color: #eee; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #FF5E99;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #FF5E99;
text-shadow: none; }
diff --git a/dist/theme/moon.css b/dist/theme/moon.css
index 95b68cd..de4a02c 100644
--- a/dist/theme/moon.css
+++ b/dist/theme/moon.css
@@ -49,12 +49,12 @@ html * {
font-weight: normal;
color: #93a1a1; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #d33682;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #d33682;
text-shadow: none; }
diff --git a/dist/theme/night.css b/dist/theme/night.css
index 6fd76e2..278bb7f 100644
--- a/dist/theme/night.css
+++ b/dist/theme/night.css
@@ -43,12 +43,12 @@
font-weight: normal;
color: #eee; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #e7ad52;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #e7ad52;
text-shadow: none; }
diff --git a/dist/theme/serif.css b/dist/theme/serif.css
index 1c73667..e4deebd 100644
--- a/dist/theme/serif.css
+++ b/dist/theme/serif.css
@@ -45,12 +45,12 @@
font-weight: normal;
color: #000; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #26351C;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #26351C;
text-shadow: none; }
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; }
diff --git a/dist/theme/sky.css b/dist/theme/sky.css
index 680b795..77786e2 100644
--- a/dist/theme/sky.css
+++ b/dist/theme/sky.css
@@ -52,12 +52,12 @@
font-weight: normal;
color: #333; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #134674;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #134674;
text-shadow: none; }
diff --git a/dist/theme/solarized.css b/dist/theme/solarized.css
index 6716ea9..09d6e89 100644
--- a/dist/theme/solarized.css
+++ b/dist/theme/solarized.css
@@ -49,12 +49,12 @@ html * {
font-weight: normal;
color: #657b83; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #d33682;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #d33682;
text-shadow: none; }
diff --git a/dist/theme/white.css b/dist/theme/white.css
index 22ddf71..6cc5511 100644
--- a/dist/theme/white.css
+++ b/dist/theme/white.css
@@ -45,12 +45,12 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
font-weight: normal;
color: #222; }
-::selection {
+.reveal ::selection {
color: #fff;
background: #98bdef;
text-shadow: none; }
-::-moz-selection {
+.reveal ::-moz-selection {
color: #fff;
background: #98bdef;
text-shadow: none; }