Skip to content

Commit

Permalink
fix: inline code blocks (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Sep 18, 2024
1 parent e40721d commit ef61c48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ef61c48

Please sign in to comment.