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);
+
}