diff --git a/styles/_nextra.scss b/styles/_nextra.scss new file mode 100644 index 0000000..27691d4 --- /dev/null +++ b/styles/_nextra.scss @@ -0,0 +1,7 @@ +.nextra-container { + .sidebar > ul { + > li:not(:first-child) { + display: none; + } + } +} \ No newline at end of file