fix: inline code blocks (#28)

This commit is contained in:
uncenter 2024-09-18 19:51:22 -04:00 committed by GitHub
parent e40721d345
commit ef61c48e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -282,6 +282,10 @@ $lvl3: if($isDark, $base, $crust);
color: $text !important;
}
.inline-code-block {
color: #{$crust};
}
::selection {
background: color.change($accent, $alpha: 0.3) !important;
}