Skip to content

Commit 08c1301

Browse files
Bikram GoleBikram Gole
authored andcommitted
Match snapshot terminal styling to theme
1 parent e6b197e commit 08c1301

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3281,17 +3281,17 @@ body[data-theme="paper"] .skeleton-line {
32813281
.cli-window {
32823282
margin-top: 0.3rem;
32833283
border-radius: 12px;
3284-
border: 1px solid rgba(255, 255, 255, 0.08);
3285-
background: #0b0f17;
3286-
box-shadow: 0 10px 22px rgba(3, 6, 16, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.03);
3284+
border: 1px solid var(--border);
3285+
background: var(--card);
3286+
box-shadow: var(--clean-shadow);
32873287
overflow: hidden;
32883288
width: min(100%, 380px);
32893289
}
32903290

32913291
.cli-block {
32923292
margin: 0;
32933293
padding: 0.44rem 0.58rem 0.48rem;
3294-
background: #0a0f18;
3294+
background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.14)), var(--card);
32953295
font-family: "JetBrains Mono", "Fira Mono", "Menlo", "Consolas", "Courier New", monospace;
32963296
font-size: 0.78rem;
32973297
line-height: 1.38;
@@ -3305,11 +3305,11 @@ body[data-theme="paper"] .skeleton-line {
33053305
}
33063306

33073307
.cli-prompt {
3308-
color: #86bdf5;
3308+
color: var(--blue);
33093309
}
33103310

33113311
.cli-output {
3312-
color: #e6f0ff;
3312+
color: var(--ink);
33133313
}
33143314

33153315
.cli-gap {

0 commit comments

Comments
 (0)