From ef61c48e3cf092b70e41124c60f669318dbbb3cf Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:51:22 -0400 Subject: [PATCH] fix: inline code blocks (#28) --- src/_theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_theme.scss b/src/_theme.scss index aeeffd4..95f01d1 100644 --- a/src/_theme.scss +++ b/src/_theme.scss @@ -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; }