diff --git a/docs/_style/style.css b/docs/_style/style.css index cb9403b2..92cb8907 100644 --- a/docs/_style/style.css +++ b/docs/_style/style.css @@ -3,6 +3,10 @@ display: none; } +#main > ul:nth-child(2) { + display: none; +} + .markdown-section h1 { margin: 3rem 0 2rem 0; } @@ -36,4 +40,4 @@ body { /*.anchor span { color: rgb(66, 185, 131); -}*/ \ No newline at end of file +}*/