Skip to content

Commit e609ed1

Browse files
committed
fix:聊天代码配色调整
1 parent 6caa414 commit e609ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chatPanel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ export class ChatPanel {
128128
border-radius: 4px;
129129
}
130130
.model pre code {
131-
background-color: #444 !important;
131+
background-color: #040404 !important;
132132
padding: 1em;
133133
border-radius: 4px;
134134
display: block;
135135
overflow-x: auto;
136136
}
137137
.model code {
138-
background-color: #444;
138+
background-color: #040404;
139139
padding: 2px 4px;
140140
border-radius: 3px;
141141
}

0 commit comments

Comments
 (0)