From 87c8c7ad67601429f0deaf3e2905a20778cb1c78 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Tue, 15 Aug 2017 09:56:43 +0800 Subject: [PATCH] site: fix toc background color, close: #7199 --- site/theme/static/toc.less | 1 + 1 file changed, 1 insertion(+) diff --git a/site/theme/static/toc.less b/site/theme/static/toc.less index faaec1cf97..09638e413f 100644 --- a/site/theme/static/toc.less +++ b/site/theme/static/toc.less @@ -54,6 +54,7 @@ color: #aaa; font-size: 12px; margin-top: -4px; + background-color: #fff; a { padding-left: 8px; display: block;