aboutsummaryrefslogtreecommitdiff
path: root/dist/theme/white.css
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/theme/white.css
parent2104dee1c10884d848e5b83a01176fb7a23229db (diff)
downloadfosdem-2021-minimalism-presentation-aa2a4a0a369780cceac4d43db0b1afac0a1ca4ac.tar
fosdem-2021-minimalism-presentation-aa2a4a0a369780cceac4d43db0b1afac0a1ca4ac.tar.gz
scope selection color to .reveal
Diffstat (limited to 'dist/theme/white.css')
-rw-r--r--dist/theme/white.css4
1 files changed, 2 insertions, 2 deletions
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; }