@@ -13385,7 +13385,7 @@ readers do not read off random characters that represent icons */
1338513385 --bs-link-hover-color: #0c5699;
1338613386 --bs-link-hover-color-rgb: 12, 86, 153;
1338713387 --bs-link-hover-decoration: underline;
13388- --bs-code-color: #db1a74 ;
13388+ --bs-code-color: #1d2125 ;
1338913389 --bs-highlight-color: #1d2125;
1339013390 --bs-highlight-bg: #ffe3d1;
1339113391 --bs-border-width: 1px;
@@ -13457,7 +13457,7 @@ readers do not read off random characters that represent icons */
1345713457 --bs-link-hover-color: #8cb9e1;
1345813458 --bs-link-color-rgb: 111, 167, 217;
1345913459 --bs-link-hover-color-rgb: 140, 185, 225;
13460- --bs-code-color: #e976ac ;
13460+ --bs-code-color: #777a7c ;
1346113461 --bs-highlight-color: #dee2e6;
1346213462 --bs-highlight-bg: #662f0a;
1346313463 --bs-border-color: #495057;
@@ -47722,4 +47722,10 @@ body {
4772247722 --bs-btn-disabled-bg: transparent;
4772347723 --bs-btn-disabled-border-color: #a6670e;
4772447724 --bs-gradient: none;
47725+ }
47726+
47727+ code {
47728+ padding: 0.1875rem 0.375rem;
47729+ background-color: var(--bs-gray-200);
47730+ border-radius: 0.25rem;
4772547731}
0 commit comments