diff --git a/src/app.css b/src/app.css index 85238bc..f85c976 100644 --- a/src/app.css +++ b/src/app.css @@ -45,6 +45,18 @@ aside::-webkit-scrollbar-thumb { background: var(--sb-thumb-color); } + + nav::-webkit-scrollbar { + width: var(--sb-size); + } + + nav::-webkit-scrollbar-track { + background: var(--sb-track-color); + } + + nav::-webkit-scrollbar-thumb { + background: var(--sb-thumb-color); + } } @font-face { diff --git a/src/app.html b/src/app.html index 0facba5..dc20e67 100644 --- a/src/app.html +++ b/src/app.html @@ -29,7 +29,7 @@
{svgInfo.title}
++ {svgInfo.title} +
{svgInfo.category} - -