From 4b6d62f50ba19a5a99dbcf2e3bf60ee23f53655e Mon Sep 17 00:00:00 2001 From: liujianhuan Date: Tue, 7 Apr 2020 13:43:49 +0800 Subject: [PATCH] modify style.css --- styles/website.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/website.css b/styles/website.css index 46bf5cb..de49f82 100644 --- a/styles/website.css +++ b/styles/website.css @@ -6,4 +6,12 @@ pre[class*="language-"] { max-height: 500px; +} + +.markdown-section table{ + display: block; +} + +.atoc li a{ + visibility: hidden; } \ No newline at end of file