From 45ecb168538ade7d712f02e1afa28f1669783d8f Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 2 May 2022 14:30:48 +0100 Subject: [PATCH] Make non-active toc items less faded --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index c737096..5bb6552 100644 --- a/static/index.css +++ b/static/index.css @@ -32,7 +32,7 @@ body { font-size: 1.1em; } .toc li > a { - color: #CCC; + color: #999; text-decoration: none; } .toc li > ul {