aboutsummaryrefslogtreecommitdiff
path: root/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 /css
parent2104dee1c10884d848e5b83a01176fb7a23229db (diff)
downloadfosdem-2021-minimalism-presentation-aa2a4a0a369780cceac4d43db0b1afac0a1ca4ac.tar
fosdem-2021-minimalism-presentation-aa2a4a0a369780cceac4d43db0b1afac0a1ca4ac.tar.gz
scope selection color to .reveal
Diffstat (limited to 'css')
-rw-r--r--css/theme/template/theme.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index 61859c7..1ec1b8c 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -18,13 +18,13 @@
color: $mainColor;
}
-::selection {
+.reveal ::selection {
color: $selectionColor;
background: $selectionBackgroundColor;
text-shadow: none;
}
-::-moz-selection {
+.reveal ::-moz-selection {
color: $selectionColor;
background: $selectionBackgroundColor;
text-shadow: none;