1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-09 14:10:50 +02:00

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

View File

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