diff --git a/src/css/doc.css b/src/css/doc.css index 9ec7e290..10976905 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -265,6 +265,12 @@ text-decoration: line-through; } +.doc strong, +.doc b { + font-weight: var(--body-font-weight-bold); + color: var(--ds-text-primary); +} + .doc .paragraph, .doc .dlist, .doc .hdlist, @@ -889,6 +895,10 @@ vertical-align: top; } +.doc dd + dt.hdlist1 { + margin-top: calc(24 / var(--rem-base) * 1rem); +} + .doc tr:first-child > .hdlist1, .doc tr:first-child > .hdlist2 { padding-top: 0; diff --git a/src/css/highlight.css b/src/css/highlight.css index bded247b..8d444273 100644 --- a/src/css/highlight.css +++ b/src/css/highlight.css @@ -111,7 +111,7 @@ } .hljs-strong { - font-weight: bold; + font-weight: 500; } .hljs {