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 d41062f commit b0b5445Copy full SHA for b0b5445
1 file changed
docs/.vitepress/theme/custom.css
@@ -225,12 +225,19 @@
225
.djot-playground .preview .hljs-title,
226
.djot-playground .preview .hljs-section,
227
.djot-playground .preview .hljs-doctag,
228
-.djot-playground .preview .hljs-name,
229
-.djot-playground .preview .hljs-strong {
+.djot-playground .preview .hljs-name {
230
color: var(--vp-c-brand-1);
231
font-weight: 600;
232
}
233
+.djot-playground .preview .hljs-strong {
234
+ font-weight: 700;
235
+}
236
+
237
+.djot-playground .preview .hljs-emphasis {
238
+ font-style: italic;
239
240
241
.djot-playground .preview .hljs-string,
242
.djot-playground .preview .hljs-attr {
243
color: #22863a;
0 commit comments