Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion scripts/sync-default-configs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* top level and will fail to parse the page.
*/

import { execSync } from 'node:child_process';
import { existsSync, readFileSync, writeFileSync } from 'node:fs';
import { homedir } from 'node:os';
import { dirname, join, resolve } from 'node:path';
Expand Down
5 changes: 0 additions & 5 deletions snippets/ecosystem-contracts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -685,11 +685,6 @@ export const EcosystemContracts = () => {
}, [pendingScrollId]);

// --- Theme-aware brand colors (replace former sei-* Tailwind classes) ---
// Light/dark text + background for the SeiScan link button.
const seiScanStyle = isDark
? { color: 'var(--sei-maroon-25)', backgroundColor: 'rgba(96, 0, 20, 0.2)' }
: { color: 'var(--sei-maroon-100)', backgroundColor: 'var(--sei-grey-25)' };

const focusRingColor = 'var(--sei-maroon-100)';

// Desktop rows use a div-based grid (not a <table>): Mintlify maps MDX
Expand Down
32 changes: 0 additions & 32 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1216,38 +1216,6 @@ figure {
--color-accent: var(--sei-gold-25);
}

/* --------------------------------------------------------------------------
Utilities for custom MDX (if authors want a Sei-branded eyebrow or square)
-------------------------------------------------------------------------- */

.sei-icon-square {
width: 20px;
height: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--sei-maroon-100);
color: var(--sei-white);
border-radius: var(--sei-radius-sm);
flex-shrink: 0;
}

.sei-icon-square.gold {
background: var(--sei-gold-100);
}

.sei-meta {
font-family: var(--sei-font-mono);
text-transform: uppercase;
font-size: 11px;
letter-spacing: 0.04em;
color: var(--sei-gold-100);
}

.dark .sei-meta {
color: var(--sei-gold-25);
}

/* --------------------------------------------------------------------------
Widget iframes — let height be content-driven, not 16/9 cinematic crop
--------------------------------------------------------------------------
Expand Down
Loading