fix: improve contrast for inline code (catppuccin#77)

This commit is contained in:
J. Adly 2025-12-25 00:00:19 +02:00
parent 0f43d25874
commit 1edd3ab992
No known key found for this signature in database
GPG key ID: 99C89BC5B470EE9A

View file

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