mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-01-18 05:48:32 +01:00
moz selection color in theme template #1575
This commit is contained in:
parent
3483aacfa7
commit
6593ac3d5f
@ -22,6 +22,12 @@ body {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: $selectionColor;
|
||||
background: $selectionBackgroundColor;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.reveal .slides>section,
|
||||
.reveal .slides>section>section {
|
||||
line-height: 1.3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user