Update nav-text to update toc text too, fixes #885

This commit is contained in:
Robert Lord
2017-10-30 00:29:48 -05:00
parent e3e84d95da
commit b6cf496445

View File

@@ -206,7 +206,7 @@ html, body {
white-space: nowrap;
text-overflow: ellipsis;
text-decoration: none;
color: #fff;
color: $nav-text;
transition-property: background;
transition-timing-function: linear;
transition-duration: 130ms;