scope selection color to .reveal
This commit is contained in:
4
dist/theme/black.css
vendored
4
dist/theme/black.css
vendored
@@ -45,12 +45,12 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||
font-weight: normal;
|
||||
color: #fff; }
|
||||
|
||||
::selection {
|
||||
.reveal ::selection {
|
||||
color: #fff;
|
||||
background: #bee4fd;
|
||||
text-shadow: none; }
|
||||
|
||||
::-moz-selection {
|
||||
.reveal ::-moz-selection {
|
||||
color: #fff;
|
||||
background: #bee4fd;
|
||||
text-shadow: none; }
|
||||
|
||||
Reference in New Issue
Block a user