Skip to content

Commit 8740193

Browse files
committed
fix: unify demo window colors and remove titlebar border for seamless terminal look
1 parent 71809ec commit 8740193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,7 @@
560560
align-items: center;
561561
justify-content: space-between;
562562
padding: 12px 16px;
563-
background: #16161e;
564-
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
563+
background: #1a1b26;
565564
}
566565
567566
.terminal-dots {
@@ -593,6 +592,7 @@
593592
.demo-svg {
594593
width: 100%;
595594
display: block;
595+
background: #1a1b26;
596596
}
597597
598598
/* ── How It Works ────────────────────────────────── */

0 commit comments

Comments
 (0)