mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-16 11:36:58 +02:00
tweaks to page and cube transitions, change sky theme text-highlight color
This commit is contained in:
@@ -35,15 +35,15 @@ body {
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background:rgba(79, 64, 28, 0.99);
|
||||
background: #134674;
|
||||
color: white;
|
||||
}
|
||||
::-webkit-selection {
|
||||
background:rgba(79, 64, 28, 0.99);
|
||||
background: #134674;
|
||||
color: white;
|
||||
}
|
||||
::selection {
|
||||
background:rgba(79, 64, 28, 0.99);
|
||||
background: #134674;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user