Skip to content

Commit 5309e6f

Browse files
committed
Update styles
1 parent a80653e commit 5309e6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/css/doc.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
.doc p code,
138138
.doc thead code,
139139
.doc .colist > table code {
140-
color: var(--code-font-color);
140+
color: var(--bs-code-color);
141141
background: var(--code-background);
142142
border-radius: 0.25em;
143143
font-size: 0.95em;
@@ -355,6 +355,7 @@
355355
padding: 1rem 1rem 0.75rem;
356356
background: var(--admonition-background);
357357
width: 100%;
358+
border: inset;
358359
word-wrap: anywhere;
359360
}
360361

@@ -372,7 +373,7 @@
372373
height: 1.5em;
373374
padding: 0.25em 1em;
374375
line-height: 1;
375-
border-radius: 0.45em;
376+
border-radius: 0.2em;
376377
transform: translate(-0.5em, -50%);
377378
}
378379

0 commit comments

Comments
 (0)