diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index afdb473f..8f962c12 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -17,6 +17,10 @@ input { color: $inputcolor; } +.nav-list-expander:hover { + cursor: pointer; +} + #sidebar.active { display: none; } @@ -196,6 +200,7 @@ $text-color: #111111; // .nav-list { list-style: circle url("/assets/images/nav-marker-inactive.svg") inside; + .nav-list-item { // scss-lint:disable SelectorDepth @@ -205,6 +210,7 @@ $text-color: #111111; &.active { list-style: disc url("/assets/images/nav-marker-active.svg") inside; + cursor: pointer; } } diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..98e5cc75 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "Interactive-Book", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}