From d9741254a95c76f4d5e50670cd7a3fe61ff96598 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 7 Jan 2024 16:26:31 +0100 Subject: [PATCH] chore(sites): imprive inline code styling --- sites/shared/styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/shared/styles/globals.css b/sites/shared/styles/globals.css index b0085bddae5..de9991c7819 100644 --- a/sites/shared/styles/globals.css +++ b/sites/shared/styles/globals.css @@ -73,10 +73,10 @@ @apply pl-2 lg:pl-4 list-decimal list-inside text-base-content; } .mdx code { - @apply bg-neutral-content px-2 rounded text-neutral font-mono font-bold; + @apply bg-base-300 px-1.5 text-base-content font-mono font-medium bg-opacity-10 py-0.5 border-base-content rounded border; } .mdx pre code { - @apply bg-inherit; + @apply bg-inherit border-0; } .mdx a.heading-autolink { color: currentColor;