From b6cf4964452b647cd83fa2bbaa2fecdce51db2d0 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Mon, 30 Oct 2017 00:29:48 -0500 Subject: [PATCH] Update nav-text to update toc text too, fixes #885 --- source/stylesheets/screen.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 84848db..c3814b3 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -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;