diff --git a/static/script.js b/static/script.js index df85f0194e..20645796f9 100644 --- a/static/script.js +++ b/static/script.js @@ -112,7 +112,6 @@ $(function() { if(m.attr("href")=="./"||url.indexOf(m.attr("href"))>=0){ self.num=m.parent().parent().parent().index(); self.cnum=m.parent().index(); - console.log(self.num) } } }, diff --git a/static/style.css b/static/style.css index 10ba5a9d38..8823c45245 100644 --- a/static/style.css +++ b/static/style.css @@ -418,11 +418,14 @@ footer ul li > a { color: #6EB4E0; } -.aside-container .current { +.aside-container .current{ background: #fff; border-left: 3px solid #71B5DE; color: #71B5DE; } +.aside-container .current a{ + color: #71B5DE; +} .main-wrapper { display: flex;