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 72de3c7 commit 62d3e2dCopy full SHA for 62d3e2d
src/css/doc.css
@@ -265,6 +265,12 @@
265
text-decoration: line-through;
266
}
267
268
+.doc strong,
269
+.doc b {
270
+ font-weight: var(--body-font-weight-bold);
271
+ color: var(--ds-text-primary);
272
+}
273
+
274
.doc .paragraph,
275
.doc .dlist,
276
.doc .hdlist,
@@ -889,6 +895,10 @@
889
895
vertical-align: top;
890
896
891
897
898
+.doc dd + dt.hdlist1 {
899
+ margin-top: calc(24 / var(--rem-base) * 1rem);
900
901
892
902
.doc tr:first-child > .hdlist1,
893
903
.doc tr:first-child > .hdlist2 {
894
904
padding-top: 0;
src/css/highlight.css
@@ -111,7 +111,7 @@
111
112
113
.hljs-strong {
114
- font-weight: bold;
+ font-weight: 500;
115
116
117
.hljs {
0 commit comments