style: update background colors and border styles in integration and installation pages for improved visual consistency

This commit is contained in:
Usman Baig
2026-02-21 23:45:05 +01:00
parent d08c8f00a0
commit 947e37168d
6 changed files with 20 additions and 20 deletions

View File

@@ -817,9 +817,9 @@ Always test both light and dark modes:
### VS Code-Style Syntax Highlighting
```tsx
<div className="bg-[#1e1e1e] rounded-xl overflow-hidden shadow-2xl border border-neutral-800">
<div className="bg-neutral-900 rounded-xl overflow-hidden shadow-2xl border border-neutral-800">
{/* Header bar */}
<div className="flex items-center px-4 py-3 bg-[#252526] border-b border-neutral-800">
<div className="flex items-center px-4 py-3 bg-neutral-800 border-b border-neutral-800">
<div className="flex gap-2">
<div className="w-3 h-3 rounded-full bg-red-500/20" />
<div className="w-3 h-3 rounded-full bg-yellow-500/20" />