From: W. Trevor King Date: Mon, 27 May 2013 19:24:05 +0000 (-0400) Subject: css/local.css: Highlight the active entry in the table of contents X-Git-Tag: thesis-v1.0~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b820be102a36b3f16c4a1394316806c56d401aa4;p=reveal.js.git css/local.css: Highlight the active entry in the table of contents --- 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; +}