Skip to content

Commit 2152233

Browse files
committed
CLS improvements
1 parent 392eb3b commit 2152233

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/content.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ img.content-uploaded-image.centered {
153153
/* have to style the span like a paragraph, required for nesting caption in default markdown configruation */
154154
display: block; /* or block, depending on the desired layout */
155155
font-style: italic;
156-
font-weight: 500;
156+
font-weight: 400;
157157
margin-top: 0px;
158158
font-size: 1rem;
159159
}

assets/css/list-pages.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ html[theme="light"] .learning-path-title, html[theme="light"] .basics-title {
332332
/*font-weight: bold;
333333
font-size:1.25rem;
334334
*/
335-
font-weight: 500;
335+
font-weight: 400;
336336

337337
margin-top: 0px;
338338
margin-bottom: 4px;

0 commit comments

Comments
 (0)