We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca44599 commit 1504d52Copy full SHA for 1504d52
src/styles/app.pcss
@@ -256,6 +256,19 @@ button:disabled {
256
@apply text-base p-1 mb-2;
257
}
258
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
272
.preview .highlight {
273
@apply shadow-outline rounded;
274
0 commit comments