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

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;
}