Skip to content

Commit 1cd2cc0

Browse files
authored
Remove italic font style from summary synopsis for improved readability (#2046)
1 parent 4cf4ae6 commit 1cd2cc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/css/content/summary.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
.content-inner .summary span.deprecated {
1212
color: var(--darkDeprecated);
1313
font-weight: normal;
14-
font-style: italic;
1514
}
1615

1716
.content-inner .summary .summary-row .summary-signature {
@@ -26,7 +25,6 @@
2625

2726
.content-inner .summary .summary-row .summary-synopsis {
2827
font-family: var(--defaultFontFamily);
29-
font-style: italic;
3028
padding: 0 1.2em;
3129
margin: 0 0 0.5em;
3230
}

0 commit comments

Comments
 (0)