change default color of controls to match legacy
This commit is contained in:
parent
522db9513c
commit
64bcfc4f69
@ -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 {
|
||||
|
@ -275,7 +275,7 @@ $controlsArrowAngleActive: 36deg;
|
||||
right: $spacing;
|
||||
left: auto;
|
||||
z-index: 1;
|
||||
color: #fff;
|
||||
color: #000;
|
||||
pointer-events: none;
|
||||
font-size: 10px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user