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 a80653e commit 5309e6fCopy full SHA for 5309e6f
src/css/doc.css
@@ -137,7 +137,7 @@
137
.doc p code,
138
.doc thead code,
139
.doc .colist > table code {
140
- color: var(--code-font-color);
+ color: var(--bs-code-color);
141
background: var(--code-background);
142
border-radius: 0.25em;
143
font-size: 0.95em;
@@ -355,6 +355,7 @@
355
padding: 1rem 1rem 0.75rem;
356
background: var(--admonition-background);
357
width: 100%;
358
+ border: inset;
359
word-wrap: anywhere;
360
}
361
@@ -372,7 +373,7 @@
372
373
height: 1.5em;
374
padding: 0.25em 1em;
375
line-height: 1;
- border-radius: 0.45em;
376
+ border-radius: 0.2em;
377
transform: translate(-0.5em, -50%);
378
379
0 commit comments