diff --git a/src/components/Navigations/PathNode.js b/src/components/Navigations/PathNode.js
index 8f16763..9ad5605 100644
--- a/src/components/Navigations/PathNode.js
+++ b/src/components/Navigations/PathNode.js
@@ -85,11 +85,11 @@ const PathNode = ({ path, isRoot = false }) => {
>
{
indexMarkdown ? (
-
+
{path.name}
) : (
- {path.name}
+ {path.name}
)
}
@@ -170,7 +170,7 @@ const PathNode = ({ path, isRoot = false }) => {
-
+
{markdown.title}
diff --git a/src/components/Navigations/SideNavigation.css b/src/components/Navigations/SideNavigation.css
index 46d1b66..cf4d750 100644
--- a/src/components/Navigations/SideNavigation.css
+++ b/src/components/Navigations/SideNavigation.css
@@ -46,3 +46,13 @@
.is-clickable:hover {
color: #2759a7;
}
+
+.index-path-node {
+ background-color: #cceeee !important;
+}
+.path-node {
+ background-color: #ccffec !important;
+}
+.markdown-node {
+ background-color: #fffbe6 !important;
+}
\ No newline at end of file