fix: inline code blocks

This commit is contained in:
uncenter 2024-06-22 08:35:52 -04:00
parent a749b47109
commit d9a2c6606b
No known key found for this signature in database

View file

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