Skip to content

Commit 1504d52

Browse files
authored
feat: improve style in preview pane (#256)
1 parent ca44599 commit 1504d52

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/styles/app.pcss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,19 @@ button:disabled {
256256
@apply text-base p-1 mb-2;
257257
}
258258

259+
.preview hr {
260+
@apply my-4;
261+
}
262+
263+
.preview h1,
264+
.preview h2,
265+
.preview h3,
266+
.preview h4,
267+
.preview h5,
268+
.preview h6 {
269+
@apply font-bold mb-2;
270+
}
271+
259272
.preview .highlight {
260273
@apply shadow-outline rounded;
261274
}

0 commit comments

Comments
 (0)