@@ -59,12 +59,6 @@ body {
5959 --content-gap : 1.75rem ;
6060}
6161
62- /* Remove custom layout variable overrides to fallback to fumadocs defaults */
63-
64- /* ============================================
65- Navbar Light Mode Styling
66- ============================================ */
67-
6862/* Light mode navbar and search styling */
6963: root : not (.dark ) nav {
7064 background-color : hsla (0 , 0% , 96% , 0.85 ) !important ;
@@ -88,10 +82,6 @@ body {
8882 -webkit-backdrop-filter : blur (25px ) saturate (180% ) brightness (0.6 ) !important ;
8983}
9084
91- /* ============================================
92- Custom Sidebar Styling (Turborepo-inspired)
93- ============================================ */
94-
9585/* Floating sidebar appearance - remove background */
9686[data-sidebar-container ],
9787# nd-sidebar {
@@ -468,10 +458,6 @@ aside[data-sidebar],
468458 writing-mode : horizontal-tb !important ;
469459}
470460
471- /* ============================================
472- Code Block Styling (Improved)
473- ============================================ */
474-
475461/* Apply Geist Mono to code elements */
476462code ,
477463pre ,
@@ -532,10 +518,6 @@ pre code .line {
532518 color : var (--color-fd-primary );
533519}
534520
535- /* ============================================
536- TOC (Table of Contents) Styling
537- ============================================ */
538-
539521/* Remove the thin border-left on nested TOC items (keeps main indicator only) */
540522# nd-toc a [style *= "padding-inline-start" ] {
541523 border-left : none !important ;
@@ -554,10 +536,6 @@ main article,
554536 padding-bottom : 4rem ;
555537}
556538
557- /* ============================================
558- Center and Constrain Main Content Width
559- ============================================ */
560-
561539/* Main content area - center and constrain like turborepo/raindrop */
562540/* Note: --sidebar-offset and --toc-offset are now applied at #nd-docs-layout level */
563541main [data-main ] {
0 commit comments