scope selection color to .reveal
This commit is contained in:
parent
2104dee1c1
commit
aa2a4a0a36
12 changed files with 24 additions and 24 deletions
|
@ -18,13 +18,13 @@
|
|||
color: $mainColor;
|
||||
}
|
||||
|
||||
::selection {
|
||||
.reveal ::selection {
|
||||
color: $selectionColor;
|
||||
background: $selectionBackgroundColor;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
.reveal ::-moz-selection {
|
||||
color: $selectionColor;
|
||||
background: $selectionBackgroundColor;
|
||||
text-shadow: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue