scope selection color to .reveal
This commit is contained in:
4
dist/theme/moon.css
vendored
4
dist/theme/moon.css
vendored
@@ -49,12 +49,12 @@ html * {
|
||||
font-weight: normal;
|
||||
color: #93a1a1; }
|
||||
|
||||
::selection {
|
||||
.reveal ::selection {
|
||||
color: #fff;
|
||||
background: #d33682;
|
||||
text-shadow: none; }
|
||||
|
||||
::-moz-selection {
|
||||
.reveal ::-moz-selection {
|
||||
color: #fff;
|
||||
background: #d33682;
|
||||
text-shadow: none; }
|
||||
|
||||
Reference in New Issue
Block a user