Skip to content

Commit 426d775

Browse files
committed
style: adjust inline code color in messages
1 parent 4796e22 commit 426d775

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/messages.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@
258258
font-family: "SFMono-Regular", "Menlo", "Monaco", monospace;
259259
}
260260

261+
.message .markdown :not(pre) > code {
262+
color: #b08cff;
263+
}
264+
261265
.markdown ul,
262266
.markdown ol {
263267
padding-left: 14px;

0 commit comments

Comments
 (0)