scope selection color to .reveal
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user