Skip to content

Commit 53e901e

Browse files
committed
Remove CSS making code bold as it includes any text with code
1 parent e2e7f72 commit 53e901e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/css/custom.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,6 @@ header {
383383
margin-bottom: var(--ifm-list-paragraph-margin);
384384
}
385385

386-
.markdown :is(ul, ol) > li > p:first-child:has(> code:only-child):has(+ p) {
387-
font-weight: 600;
388-
font-size: 1.25em;
389-
}
390-
391386
.blog-wrapper .container {
392387
max-width: 100%;
393388
padding: 0 1.25rem;

0 commit comments

Comments
 (0)