scope selection color to .reveal

This commit is contained in:
Hakim El Hattab
2020-05-11 11:28:36 +02:00
parent 2104dee1c1
commit aa2a4a0a36
12 changed files with 24 additions and 24 deletions

4
dist/theme/sky.css vendored
View File

@@ -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; }