From d9a2c6606b53600011c06bae506f1a5f067db485 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sat, 22 Jun 2024 08:35:52 -0400 Subject: [PATCH] fix: inline code blocks --- src/_theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_theme.scss b/src/_theme.scss index 1e23457..388314d 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($rosewater, $alpha: 0.3) !important; }