From b820be102a36b3f16c4a1394316806c56d401aa4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 27 May 2013 15:24:05 -0400 Subject: [PATCH] css/local.css: Highlight the active entry in the table of contents --- css/local.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/local.css b/css/local.css index 66e6984..02763b0 100644 --- a/css/local.css +++ b/css/local.css @@ -2,3 +2,7 @@ table.center { margin-left: auto; margin-right: auto; } + +.reveal a:not(.image).active { + color: #610000; +} -- 2.26.2