css/local.css: Highlight the active entry in the table of contents
authorW. Trevor King <wking@tremily.us>
Mon, 27 May 2013 19:24:05 +0000 (15:24 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 27 May 2013 19:24:05 +0000 (15:24 -0400)
css/local.css

index 66e6984978c4ced5574e8ddb5dbbd324fd4e6a7f..02763b0058ef7e2b9436c9f2ea911a37251fcbdb 100644 (file)
@@ -2,3 +2,7 @@ table.center {
        margin-left: auto; 
        margin-right: auto;
 }
+
+.reveal a:not(.image).active {
+       color: #610000;
+}