From 3f4c5ba5c0c6e89fd2c3f2a5ff75acd8bb42675c Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Wed, 6 Apr 2022 14:36:28 +1000 Subject: [PATCH] Add some custom css --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index 906e576..be81c49 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,14 @@ font-size: 14px; } + .sidebar-nav > ul > li > a { + font-weight: 700; + } + .sidebar > .sidebar-nav > ul li.active > a { + border-right: 8px solid; + font-weight: 700; + } +