This commit is contained in:
J. Adly 2026-01-20 23:19:33 +00:00 committed by GitHub
commit c79efcab66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -352,6 +352,11 @@ strong {
.inline-code-block {
color: #{$crust};
}
code:not(pre code):not(.code-inner) {
background-color: var(--color-markup-code-inline) !important;
}
::selection {