From c985f05e649a3d0af366b25fba9bc9df472b99a0 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Wed, 6 Apr 2022 17:29:24 +1000 Subject: [PATCH] Update custom css style --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index be81c49..9975984 100644 --- a/index.html +++ b/index.html @@ -41,8 +41,11 @@ .sidebar > .sidebar-nav > ul li.active > a { border-right: 8px solid; font-weight: 700; + background: #42b98321; + } + .sidebar .app-sub-sidebar li:before { + content: ""; } -