change default color of controls to match legacy

This commit is contained in:
Hakim El Hattab 2017-05-19 16:14:37 +02:00
parent 522db9513c
commit 64bcfc4f69
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ body {
right: 12px;
left: auto;
z-index: 1;
color: #fff;
color: #000;
pointer-events: none;
font-size: 10px; }
.reveal .controls button {

View File

@ -275,7 +275,7 @@ $controlsArrowAngleActive: 36deg;
right: $spacing;
left: auto;
z-index: 1;
color: #fff;
color: #000;
pointer-events: none;
font-size: 10px;