From ef039d7db9562175f9fa6093e386381918bf3b4b Mon Sep 17 00:00:00 2001 From: kitajchuk Date: Sat, 3 Apr 2021 10:59:16 -0700 Subject: [PATCH] Add the nextra SCSS file --- styles/_nextra.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 styles/_nextra.scss 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