Skip to content

Commit 1bc5e2a

Browse files
committed
remove separators
1 parent 28046e8 commit 1bc5e2a

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

apps/docs/app/global.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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 */
476462
code,
477463
pre,
@@ -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 */
563541
main[data-main] {

apps/sim/app/_styles/globals.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -770,10 +770,6 @@ input[type="search"]::-ms-clear {
770770
}
771771
}
772772

773-
/* ============================================================
774-
* Component styles extracted from styled-jsx blocks
775-
* ============================================================ */
776-
777773
/* WandPromptBar status indicator */
778774
@keyframes smoke-pulse {
779775
0%,

0 commit comments

Comments
 (0)