Skip to content

Commit ef71903

Browse files
authored
Merge pull request #274 from iceljc/features/refine-chat-window
fix markdown styles
2 parents b166c59 + 021b029 commit ef71903

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/lib/scss/custom/components/_markdown.scss

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
overflow-x: auto;
33
scrollbar-width: thin;
44

5-
&:has(.language-sql),
6-
&:has(.language-java),
7-
&:has(.language-javascript),
8-
&:has(.language-typescript),
9-
&:has(.language-csharp),
10-
&:has(.language-python),
11-
&:has(.language-json) {
12-
background-color: black;
13-
color: white !important;
14-
border-radius: 5px;
15-
padding: 5px 10px;
16-
}
17-
185
pre {
196
-ms-overflow-style: none !important;
207
white-space: pre-wrap;
218
margin-top: 1em;
229
margin-bottom: 1em;
10+
11+
&:has(.language-sql),
12+
&:has(.language-java),
13+
&:has(.language-javascript),
14+
&:has(.language-typescript),
15+
&:has(.language-csharp),
16+
&:has(.language-python),
17+
&:has(.language-json) {
18+
background-color: black;
19+
color: white !important;
20+
border-radius: 5px;
21+
padding: 5px 10px;
22+
}
2323
}
2424

2525
pre::-webkit-scrollbar {

0 commit comments

Comments
 (0)