From 3f86aa8f02ab3c13f636934f5fdb560d84339bce Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 01:39:54 +0300 Subject: enable post categories --- css/common/misc.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/common') diff --git a/css/common/misc.css b/css/common/misc.css index edca6b0..bb6f791 100644 --- a/css/common/misc.css +++ b/css/common/misc.css @@ -44,3 +44,7 @@ code { padding: 0; background-color: inherit; } +/* Don't color category links blue. */ +.text-muted a { + color: inherit; +} -- cgit v1.2.3