simplify control styling using currentColor

This commit is contained in:
Hakim El Hattab
2016-06-28 12:34:23 +02:00
parent 2155415767
commit 10545d41cc
14 changed files with 31 additions and 39 deletions

View File

@ -297,9 +297,8 @@ body {
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls button:before,
.reveal .controls button:after {
background-color: $linkColor;
.reveal .controls {
color: $linkColor;
}