mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-03 11:42:38 +02:00
scope selection color to .reveal
This commit is contained in:
4
dist/theme/serif.css
vendored
4
dist/theme/serif.css
vendored
@@ -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; }
|
||||
|
Reference in New Issue
Block a user