From 794d76666361270d4f9eefdebe6497978168b23f Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Thu, 14 Jun 2018 16:58:12 +1000 Subject: [PATCH] Styling update --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 138f93a..0395a26 100644 --- a/index.html +++ b/index.html @@ -18,10 +18,15 @@ --base-font-size: 16px; /* Change the theme color hue */ - --theme-hue: 225; + --theme-hue: 215; /* Change the sidebar bullets */ --sidebar-nav-link-before-content: '-'; + --sidebar-background: #f7f7f7; + --sidebar-nav-link-color--active: var(--theme-color); + --sidebar-nav-link-border-left-width--active: 2px; + --sidebar-nav-link-border-color--active: var(--theme-color); + }