diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/common/misc.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |